Print this page
XXXX introduce drv_sectohz

*** 152,162 **** void *ilport_tg; id_t ilport_instance; /* XXX Need something to track all the remote ports also */ } stmf_i_local_port_t; ! #define STMF_AVG_ONLINE_INTERVAL (30 * drv_usectohz(1000000)) #define MAX_IRPORT 0x10000 typedef struct stmf_i_remote_port { struct scsi_devid_desc *irport_id; --- 152,162 ---- void *ilport_tg; id_t ilport_instance; /* XXX Need something to track all the remote ports also */ } stmf_i_local_port_t; ! #define STMF_AVG_ONLINE_INTERVAL drv_sectohz(30) #define MAX_IRPORT 0x10000 typedef struct stmf_i_remote_port { struct scsi_devid_desc *irport_id;