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