The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/tc/files.tc

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #       $OpenBSD: files.tc,v 1.15 2018/02/14 23:51:49 jsg 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
   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:    le24, le_dec_subr
   21 file    dev/tc/if_le_ioasic.c           le_ioasic
   22 
   23 attach  le at tc with le_tc:            le24, le_dec_subr
   24 file    dev/tc/if_le_tc.c               le_tc
   25 
   26 # baseboard audio
   27 device  bba: audio, am7930
   28 attach  bba at ioasic
   29 file    dev/tc/bba.c                    bba
   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 or dual 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
   43 
   44 # 8530 UARTs using the MI 8530 driver
   45 device  zs {[channel = -1]}
   46 attach  zs at ioasic with zs_ioasic
   47 file    dev/tc/zs_ioasic.c              zs              needs-flag
   48 file    dev/ic/z8530sc.c                zs
   49 
   50 device  zstty: tty
   51 attach  zstty at zs
   52 file    dev/ic/z8530tty.c               zstty           needs-flag

Cache object: 7e76ea6040229dbd2058ff3d726792a3


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.