HomeSort by: relevance | last modified time | path
    Searched refs:SCSICONF (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/eisa/
ahc_eisa.c 48 #include <dev/scsipi/scsiconf.h>
112 u_int scsiconf; local in function:ahc_eisa_attach
192 scsiconf = ahc_inb(ahc, SCSICONF);
193 scsiconf1 = ahc_inb(ahc, SCSICONF + 1);
218 if (scsiconf & TERM_ENB)
221 ahc->our_id = scsiconf & HSCSIID;
223 if (scsiconf & TERM_ENB)
  /src/sys/dev/cardbus/
ahc_cardbus.c 57 #include <dev/scsipi/scsiconf.h>
225 ahc_outb(ahc, SCSICONF, our_id | ENSPCHK | RESET_SCSI);
  /src/sys/arch/i386/isa/
ahc_isa.c 128 #include <dev/scsipi/scsiconf.h>
540 /* Set SCSICONF info */
541 ahc_outb(ahc, SCSICONF, scsi_conf);
  /src/sys/dev/ic/
aic7xxx_seeprom.c 69 #include <dev/scsipi/scsiconf.h>
349 /* Set SCSICONF info */
350 ahc_outb(ahc, SCSICONF, scsi_conf);
aic7xxx.c 3982 for (i = TARG_SCSIRATE; i < SCSICONF; i++)
4593 scsi_conf = ahc_inb(ahc, SCSICONF + 1);
4614 scsi_conf = ahc_inb(ahc, SCSICONF);
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 1528 SCSICONF {
aic7xxx_reg.h 460 ahc_print_register(NULL, 0, "SCSICONF", 0x5a, regvalue, cur_col, wrap)
1409 #define SCSICONF 0x5a
  /src/sys/dev/pci/
ahc_pci.c 1065 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);

Completed in 20 milliseconds