Searched defs:IN2000_hostdata (Results 1 – 1 of 1) sorted by relevance
278 struct IN2000_hostdata { struct279 struct Scsi_Host *next;280 uchar chip; /* what kind of wd33c93 chip? */281 uchar microcode; /* microcode rev if 'B' */282 unsigned short io_base; /* IO port base */283 unsigned int dip_switch; /* dip switch settings */284 unsigned int hrev; /* hardware revision of card */285 volatile uchar busy[8]; /* index = target, bit = lun */286 volatile Scsi_Cmnd *input_Q; /* commands waiting to be started */287 volatile Scsi_Cmnd *selecting; /* trying to select this command */[all …]