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

  /src/sys/arch/sgimips/stand/common/
iris_scsivar.h 47 #define NSCSI 1
64 struct wd33c93_softc wd33c93_softc[NSCSI];
  /src/sys/arch/hp300/stand/common/
samachdep.h 40 #define NSCSI 2
sd.c 81 struct sd_softc sd_softc[NSCSI][NSD];
208 if (ctlr >= NSCSI || scsialive(ctlr) == 0)
scsi.c 72 struct scsi_softc scsi_softc[NSCSI];
87 for (hw = sc_table; i < NSCSI && hw < &sc_table[MAXCTLRS]; hw++) {
113 if (unit >= NSCSI || scsi_softc[unit].sc_alive == 0)
  /src/sys/arch/luna68k/stand/boot/
samachdep.h 38 #define NSCSI 2

Completed in 12 milliseconds