[BACK]Return to files.tc CVS log [TXT][DIR] Up to [local] / sys / dev / tc

Annotation of sys/dev/tc/files.tc, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: files.tc,v 1.8 2005/03/08 20:00:25 tdeval Exp $
        !             2: #      $NetBSD: files.tc,v 1.26 2001/11/28 10:21:24 lukem Exp $
        !             3: #
        !             4: # Config file and device description for machine-independent
        !             5: # TURBOchannel code.  Included by ports that need it.
        !             6:
        !             7: device tc {[slot = -1], [offset = -1]}
        !             8: #attach        tc at tcbus
        !             9: file   dev/tc/tc.c                     tc      needs-flag
        !            10:
        !            11: # IOCTL ASIC
        !            12: device ioasic {[offset = -1]}
        !            13: attach ioasic at tc
        !            14: file   dev/tc/ioasic_subr.c            ioasic
        !            15:
        !            16: # LANCE attachments.
        !            17: #  lance device defined in sys/conf/files
        !            18: #  le_dec_subr attribute defined in sys/dev/dec/files.dec
        !            19:
        !            20: attach le at ioasic with le_ioasic:    le_dec_subr
        !            21: file   dev/tc/if_le_ioasic.c           le_ioasic
        !            22:
        !            23: attach le at tc with le_tc:            le_dec_subr
        !            24: file   dev/tc/if_le_tc.c               le_tc
        !            25:
        !            26: # DEFTA FDDI controller
        !            27: device fta: pdq, fddi, ifnet
        !            28: attach fta at tc
        !            29: file   dev/tc/if_fta.c                 fta
        !            30:
        !            31: # TCDS dual channel SCSI
        !            32: device tcds {[chip = -1]}
        !            33: attach tcds at tc
        !            34: file   dev/tc/tcds.c                   tcds
        !            35:
        !            36: # 53C[F]90 PMAZ single channel SCSI
        !            37: device asc: ncr53c9x, scsi
        !            38: file   dev/tc/asc.c                    asc
        !            39: attach asc at tc with asc_tc
        !            40: file   dev/tc/asc_tc.c                 asc_tc
        !            41: attach asc at tcds with asc_tcds
        !            42: file   dev/tc/asc_tcds.c               asc_tcds

CVSweb