Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / dev / tc / files.tc
blob79fee7b3f8b858d775d45b8b9686bdab951221e2
1 #       $NetBSD: files.tc,v 1.32 2007/11/13 05:31:01 cube Exp $
3 # Config file and device description for machine-independent
4 # TURBOchannel code.  Included by ports that need it.
6 defflag TCVERBOSE
8 device  tc {[slot = -1], [offset = -1]}: bus
9 #attach tc at tcbus
10 file    dev/tc/tc.c                     tc      needs-flag
12 # IOCTL ASIC
13 device  ioasic { offset = -1 }
14 attach  ioasic at tc
15 file    dev/tc/ioasic_subr.c            ioasic
17 # LANCE attachments.
18 #  lance device defined in sys/conf/files
19 #  le_dec_subr  attribute defined in sys/dev/dec/files.dec
21 attach le at ioasic with le_ioasic:     le24, le_dec_subr
22 file    dev/tc/if_le_ioasic.c           le_ioasic
24 attach le at tc with le_tc:             le24, le_dec_subr
25 file    dev/tc/if_le_tc.c               le_tc
27 # baseboard audio
28 device  bba: audiobus,am7930,auconv
29 attach  bba at ioasic
30 file    dev/tc/bba.c                    bba
32 # DEFTA FDDI controller
33 device  fta: pdq, fddi, ifnet, arp
34 attach  fta at tc
35 file    dev/tc/if_fta.c                 fta
37 # TCDS dual channel SCSI
38 device  tcds { chip = -1 }
39 attach  tcds at tc
40 file    dev/tc/tcds.c                   tcds
42 # 53C[F]90 PMAZ single channel SCSI
43 device  asc: ncr53c9x, scsi
44 attach  asc at tc with asc_tc
45 file    dev/tc/asc_tc.c                 asc_tc
46 attach  asc at tcds with asc_tcds
47 file    dev/tc/asc_tcds.c               asc_tcds
49 # 8530 UARTs using the MI 8530 driver
50 device zsc { channel = -1 }
51 attach zsc at ioasic with zsc_ioasic
52 file   dev/tc/zs_ioasic.c              zsc_ioasic      needs-flag
53 file   dev/ic/z8530sc.c                zsc
55 device zstty: tty
56 attach zstty at zsc
57 file   dev/ic/z8530tty.c               zstty           needs-flag
59 attach vsms at zsc with zsms
60 file   dev/tc/zsms.c                   zsms
62 attach lkkbd at zsc with zskbd
63 file   dev/tc/zskbd.c                  zskbd           needs-flag
65 # CX PMAG-B
66 device cfb: wsemuldisplaydev, rasops8
67 attach cfb at tc
68 file   dev/tc/cfb.c                    cfb needs-flag
70 # MX PMAG-A
71 device mfb: wsemuldisplaydev, rasops8
72 attach mfb at tc
73 file   dev/tc/mfb.c                    mfb needs-flag
75 # TX PMAG-J
76 device tfb: wsemuldisplaydev, rasops8  
77 attach tfb at tc 
78 file   dev/tc/tfb.c                    tfb needs-flag
80 # HX PMAGB-B
81 device sfb: wsemuldisplaydev, rasops8
82 attach sfb at tc
83 file   dev/tc/sfb.c                    sfb needs-flag
85 # STIC (stamp interface chip) for PX and PXG
86 define stic
87 file   dev/tc/stic.c                   stic needs-flag
89 # PX PMAG-C
90 device px: wsemuldisplaydev, stic
91 attach px at tc  
92 file   dev/tc/px.c                     px needs-flag  
94 # PXG PMAG-D, PMAG-E, PMAG-F
95 device pxg: wsemuldisplaydev, stic
96 attach pxg at tc
97 file   dev/tc/pxg.c                    pxg needs-flag
99 # HX+ PMAGD
100 device  sfbp: wsemuldisplaydev, rasops32, rasops8
101 attach  sfbp at tc
102 file    dev/tc/sfbplus.c                sfbp needs-flag