HomeSort by: relevance | last modified time | path
    Searched refs:scsibus (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/atari/conf/
HADES.in 54 sd* at scsibus? target ? lun ? # SCSI disk drives
55 st* at scsibus? target ? lun ? # SCSI tape drives
56 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
58 ch* at scsibus? target ? lun ? # SCSI autochangers
59 ss* at scsibus? target ? lun ? # SCSI scanners
60 dse* at scsibus? target ? lun ? # SCSI ethernet (Dayna)
61 se* at scsibus? target ? lun ? # SCSI ethernet
62 uk* at scsibus? target ? lun ? # SCSI unknown
HADES 111 sd* at scsibus? target ? lun ? # SCSI disk drives
112 st* at scsibus? target ? lun ? # SCSI tape drives
113 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
114 ch* at scsibus? target ? lun ? # SCSI autochangers
115 ss* at scsibus? target ? lun ? # SCSI scanners
116 dse* at scsibus? target ? lun ? # SCSI ethernet (Dayna)
117 se* at scsibus? target ? lun ? # SCSI ethernet
118 uk* at scsibus? target ? lun ? # SCSI unknown
ATARITT 90 scsibus* at scsi? # SCSI bus
91 sd* at scsibus? target ? lun ? # SCSI disk drives
92 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
93 dse* at scsibus? target ? lun ? # SCSI ethernet (Dayna)
94 se* at scsibus? target ? lun ? # SCSI ethernet
FALCON 94 scsibus* at scsi? # SCSI bus
95 sd* at scsibus? target ? lun ? # SCSI disk drives
96 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
97 dse* at scsibus? target ? lun ? # SCSI ethernet (Dayna)
98 se* at scsibus? target ? lun ? # SCSI ethernet
SMALL030 58 scsibus* at scsi? # SCSI bus
59 sd* at scsibus? target ? lun ? # SCSI disk drives
60 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
GENERIC.in 365 scsibus* at scsi? # SCSI bus
366 sd* at scsibus? target ? lun ? # SCSI disk drives
367 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
369 #st* at scsibus? target ? lun ? # SCSI tape drives
370 #ch* at scsibus? target ? lun ? # SCSI autochangers
371 #ss* at scsibus? target ? lun ? # SCSI scanners
372 dse* at scsibus? target ? lun ? # SCSI ethernet (Dayna)
373 se* at scsibus? target ? lun ? # SCSI ethernet
374 #uk* at scsibus? target ? lun ? # SCSI unknown
  /src/sys/arch/x68k/x68k/
autoconf.c 37 #include "scsibus.h"
173 device_t scsibus; local in function:scsi_find
188 scsibus = device_find_by_xname("scsibus0");
195 * search for the scsibus whose parent is
201 for (scsibus = deviter_first(&di, DEVITER_F_ROOT_FIRST);
202 scsibus != NULL;
203 scsibus = deviter_next(&di)) {
204 if (device_parent(scsibus)
205 && strcmp(tname, device_xname(device_parent(scsibus))) == 0)
210 if (scsibus == NULL
    [all...]
  /src/sys/arch/evbarm/conf/
LUBBOCK 191 scsibus* at scsi?
194 sd* at scsibus? target ? lun ? # SCSI disk drives
195 st* at scsibus? target ? lun ? # SCSI tape drives
196 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
197 ch* at scsibus? target ? lun ? # SCSI autochangers
198 ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
199 ss* at scsibus? target ? lun ? # SCSI scanners
200 uk* at scsibus? target ? lun ? # SCSI unknown
BCM5301X 247 scsibus* at scsi?
248 sd* at scsibus? target ? lun ?
BCM56340 247 scsibus* at scsi?
248 sd* at scsibus? target ? lun ?
ARMADAXP 208 scsibus* at scsi?
209 sd* at scsibus? target ? lun ? # SCSI disk drives
GENERIC 611 scsibus* at scsi?
612 sd* at scsibus? target ? lun ? # SCSI disks
613 st* at scsibus? target ? lun ? # SCSI tapes
614 cd* at scsibus? target ? lun ? # SCSI CD-ROMs
615 ch* at scsibus? target ? lun ? # SCSI changer devices
616 ss* at scsibus? target ? lun ? # SCSI scanners
617 ses* at scsibus? target ? lun ? # SCSI SES/SAF-TE devices
618 uk* at scsibus? target ? lun ? # unknown SCSI
GENERIC64 598 scsibus* at scsi?
599 sd* at scsibus? target ? lun ? # SCSI disk drives
  /src/sys/arch/mipsco/conf/
RC3230 114 sd* at scsibus? target ? lun ? # SCSI disks
115 st* at scsibus? target ? lun ? # SCSI tapes
116 cd* at scsibus? target ? lun ? # SCSI CD-ROMs
117 ch* at scsibus? target ? lun ? # SCSI changer devices
  /src/sys/arch/sgimips/conf/
INSTALL32_IP2x 55 no ch* at scsibus?
56 no ss* at scsibus?
57 no ses* at scsibus?
58 no uk* at scsibus?
  /src/sys/arch/sun3/sun3/
autoconf.c 48 #include "scsibus.h"
249 * scsibus number, and the unit number is (targ*8 + LUN).
254 device_t scsibus; local in function:scsi_find
259 scsibus = device_find_by_driver_unit("scsibus", ctlr);
260 if (scsibus == NULL)
268 sbsc = device_private(scsibus);
  /src/sys/arch/playstation2/conf/
DEBUG 62 scsibus* at umass? channel ?
110 scsibus* at usscanner? channel ?
  /src/sys/arch/sun68k/sun68k/
autoconf.c 53 #include "scsibus.h"
381 * scsibus number, and the unit number is (targ*8 + LUN).
386 device_t scsibus; local in function:scsi_find
391 if ((scsibus = device_find_by_driver_unit("scsibus", ctlr)) == NULL)
399 sbsc = device_private(scsibus);
  /src/sys/arch/hpcmips/conf/
TX3912 249 scsibus* at aic?
250 scsibus* at esp?
253 sd* at scsibus? target ? lun ? # SCSI disk drives
254 #st* at scsibus? target ? lun ? # SCSI tape drives
255 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
256 #ch* at scsibus? target ? lun ? # SCSI autochangers
257 #ss* at scsibus? target ? lun ? # SCSI scanners
258 #uk* at scsibus? target ? lun ? # SCSI unknown
TX3922 217 scsibus* at umass? channel ?
328 scsibus* at aic?
329 scsibus* at esp?
332 sd* at scsibus? target ? lun ? # SCSI disk drives
333 #st* at scsibus? target ? lun ? # SCSI tape drives
334 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
335 #ch* at scsibus? target ? lun ? # SCSI autochangers
336 #ss* at scsibus? target ? lun ? # SCSI scanners
337 #uk* at scsibus? target ? lun ? # SCSI unknown
MPC303 204 #scsibus* at umass? channel ?
471 scsibus* at aic?
472 scsibus* at esp?
473 sd* at scsibus? target ? lun ? # SCSI disk drives
474 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
  /src/sys/arch/newsmips/conf/
WAPIKO 81 sd* at scsibus? target ? lun ? # SCSI disks
82 #st* at scsibus? target ? lun ? # SCSI tapes
83 #cd* at scsibus? target ? lun ? # SCSI CD-ROMs
  /src/sys/dev/ic/
cissreg.h 94 u_int32_t scsibus; member in struct:ciss_config
  /src/share/man/man4/
Makefile 245 MLINKS+=scsi.4 scsibus.4
  /src/sys/dev/scsipi/
scsiconf.c 100 CFATTACH_DECL3_NEW(scsibus, sizeof(struct scsibus_softc),
256 /* Make sure the devices probe in scsibus order to avoid jitter. */
512 KASSERT(ifattr && !strcmp(ifattr, "scsibus"));

Completed in 18 milliseconds

1 2