taglinefilesource code
host_conf3124drivers/scsi/aic7xxx.cunsigned char scsi_conf, host_conf;
host_conf3176drivers/scsi/aic7xxx.chost_conf = inb(HOSTCONF + base);
host_conf3177drivers/scsi/aic7xxx.cconfig->bus_speed = host_conf & DFTHRSH;
host_conf3178drivers/scsi/aic7xxx.cconfig->busrtime = (host_conf << 2) & BOFF;
host_conf3204drivers/scsi/aic7xxx.chost_conf = inb(HOSTCONF + base);
host_conf3239drivers/scsi/aic7xxx.chost_conf = inb(HOSTCONF + base);
host_conf3240drivers/scsi/aic7xxx.cconfig->bus_speed = host_conf & DFTHRSH;
host_conf3241drivers/scsi/aic7xxx.cconfig->busrtime = (host_conf << 2) & BOFF;