Home | History | Annotate | Line # | Download | only in libumass
UMASS.ioconf revision 1.1
      1 #	$NetBSD: UMASS.ioconf,v 1.1 2010/02/11 02:22:09 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/wip/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 
     25 # ATAPI support
     26 atapibus* at atapi?
     27 sd*	at atapibus? drive ? flags 0x0000
     28 
     29 # cd drives (untested!)
     30 cd*	at scsibus? target ? lun ?
     31 cd*	at atapibus? drive ? flags 0x0000
     32