[BACK]Return to files.scsipi CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / scsipi

Annotation of src/sys/dev/scsipi/files.scsipi, Revision 1.22

1.22    ! mjacob      1: #      $NetBSD: files.scsipi,v 1.21 2000/01/06 18:28:28 mjacob Exp $
1.1       cgd         2: #
1.8       pk          3: # Config file and device description for machine-independent SCSI code.
1.5       jeremy      4: # Included by ports that need it.  Ports that use it must provide
1.1       cgd         5: # their own "major" declarations for the appropriate devices.
1.10      enami       6:
1.21      mjacob      7: defopt opt_scsi.h      SCSIVERBOSE ST_ENABLE_EARLYWARN ST_MOUNT_DELAY
1.22    ! mjacob      8:                        SES_ENABLE_PASSTHROUGH
1.1       cgd         9:
1.20      sommerfe   10: file   dev/scsipi/scsipiconf.c         scsi | atapibus
                     11: file   dev/scsipi/scsipi_base.c        scsi | atapibus
                     12: file   dev/scsipi/scsipi_ioctl.c       scsi | atapibus
                     13: file   dev/scsipi/scsipi_verbose.c     (scsi | atapibus) & scsiverbose
1.9       bouyer     14: file   dev/scsipi/scsi_base.c          scsi
1.20      sommerfe   15: file   dev/scsipi/atapi_base.c         atapibus
                     16: file   dev/scsipi/atapi_wdc.c          atapibus & wdc_base
1.1       cgd        17:
1.14      thorpej    18: device scsibus {target = -1, lun = -1}
1.3       thorpej    19: attach scsibus at scsi
1.11      enami      20: file   dev/scsipi/scsiconf.c           scsibus                 needs-flag
1.9       bouyer     21:
1.14      thorpej    22: device atapibus {drive = -1}
1.11      enami      23: attach atapibus at atapi
                     24: file   dev/scsipi/atapiconf.c          atapibus                needs-flag
1.1       cgd        25:
1.14      thorpej    26: device cd: disk
1.9       bouyer     27: attach cd at scsibus with cd_scsibus
                     28: attach cd at atapibus with cd_atapibus
                     29: file   dev/scsipi/cd_scsi.c            cd_scsibus
                     30: file   dev/scsipi/cd_atapi.c           cd_atapibus
1.11      enami      31: file   dev/scsipi/cd.c                cd | cd_scsibus | cd_atapibus needs-flag
1.3       thorpej    32:
1.14      thorpej    33: device ch
1.3       thorpej    34: attach ch at scsibus
1.11      enami      35: file   dev/scsipi/ch.c                 ch                      needs-flag
1.6       thorpej    36:
1.14      thorpej    37: device se: ifnet, ether, arp
1.6       thorpej    38: attach se at scsibus
1.11      enami      39: file   dev/scsipi/if_se.c              se                      needs-flag
1.3       thorpej    40:
1.14      thorpej    41: device sd: disk
1.13      cgd        42: attach sd at scsibus with sd_scsibus
                     43: attach sd at atapibus with sd_atapibus
                     44: file   dev/scsipi/sd_scsi.c            sd_scsibus
                     45: file   dev/scsipi/sd_atapi.c           sd_atapibus
                     46: file   dev/scsipi/sd.c                sd | sd_scsibus | sd_atapibus needs-flag
1.3       thorpej    47:
1.14      thorpej    48: device st: tape
1.3       thorpej    49: attach st at scsibus
1.11      enami      50: file   dev/scsipi/st.c                 st                      needs-flag
1.22    ! mjacob     51:
        !            52: device ses
        !            53: attach ses at scsibus
        !            54: file   dev/scsipi/ses.c                ses                     needs-flag
1.3       thorpej    55:
1.14      thorpej    56: device ss
1.3       thorpej    57: attach ss at scsibus
1.11      enami      58: file   dev/scsipi/ss.c                 ss                      needs-flag
1.9       bouyer     59: file   dev/scsipi/ss_mustek.c          ss
                     60: file   dev/scsipi/ss_scanjet.c         ss
1.3       thorpej    61:
1.14      thorpej    62: device su
1.3       thorpej    63: attach su at scsibus
1.11      enami      64: file   dev/scsipi/su.c                 su                      needs-flag
1.3       thorpej    65:
1.14      thorpej    66: device uk
1.18      bouyer     67: attach uk at scsibus with uk_scsibus
                     68: attach uk at atapibus with uk_atapibus
1.11      enami      69: file   dev/scsipi/uk.c                 uk                      needs-flag

CVSweb <webmaster@jp.NetBSD.org>