Home | History | Annotate | Line # | Download | only in libumass
UMASS.ioconf revision 1.3
      1  1.3  pooka #	$NetBSD: UMASS.ioconf,v 1.3 2010/03/08 10:24:37 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.3  pooka pseudo-root uhub*
     19  1.3  pooka 
     20  1.1  pooka # USB Mass Storage
     21  1.1  pooka umass*	at uhub? port ? configuration ? interface ?
     22  1.1  pooka 
     23  1.1  pooka # SCSI support
     24  1.1  pooka scsibus* at scsi?
     25  1.1  pooka sd*	at scsibus? target ? lun ?
     26  1.2  pooka cd*	at scsibus? target ? lun ? 
     27  1.1  pooka 
     28  1.1  pooka # ATAPI support
     29  1.1  pooka atapibus* at atapi?
     30  1.2  pooka sd*	at atapibus? drive ? flags 0x0000 
     31  1.1  pooka cd*	at atapibus? drive ? flags 0x0000
     32