Home | History | Annotate | Line # | Download | only in libumass
UMASS.ioconf revision 1.2
      1 #	$NetBSD: UMASS.ioconf,v 1.2 2010/02/12 04:20:51 pooka Exp $
      2 #
      3 
      4 #
      5 # Technically we should not have drive components (sd, cd) in here,
      6 # since in the future we might want to attach them via a completely
      7 # separate mechanism (say, with the scsi host controller in rump).
      8 # But, bundle them up for now.
      9 #
     10 
     11 ioconf umass
     12 
     13 include "conf/files"
     14 include "dev/usb/files.usb"
     15 include "dev/scsipi/files.scsipi"
     16 include "rump/dev/files.rump"
     17 
     18 # USB Mass Storage
     19 umass*	at uhub? port ? configuration ? interface ?
     20 
     21 # SCSI support
     22 scsibus* at scsi?
     23 sd*	at scsibus? target ? lun ?
     24 cd*	at scsibus? target ? lun ? 
     25 
     26 # ATAPI support
     27 atapibus* at atapi?
     28 sd*	at atapibus? drive ? flags 0x0000 
     29 cd*	at atapibus? drive ? flags 0x0000
     30