/src/sys/arch/i386/isa/ |
ahc_isa.c | 470 uint8_t scsi_conf; local in function:aha2840_load_seeprom 532 scsi_conf = (ahc->our_id & 0x7); 534 scsi_conf |= ENSPCHK; 536 scsi_conf |= RESET_SCSI; 541 ahc_outb(ahc, SCSICONF, scsi_conf);
|
/src/sys/dev/ic/ |
aic7xxx_seeprom.c | 250 u_int scsi_conf; local in function:ahc_parse_pci_eeprom 317 scsi_conf = (ahc->our_id & 0x7); 319 scsi_conf |= ENSPCHK; 321 scsi_conf |= RESET_SCSI; 350 ahc_outb(ahc, SCSICONF, scsi_conf);
|
aic7xxx.c | 4434 u_int scsi_conf; local in function:ahc_init 4593 scsi_conf = ahc_inb(ahc, SCSICONF + 1); 4594 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) 4601 if ((scsi_conf & RESET_SCSI) != 0 4614 scsi_conf = ahc_inb(ahc, SCSICONF); 4615 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) 4623 if ((scsi_conf & RESET_SCSI) != 0
|