21 lines
625 B
Plaintext
21 lines
625 B
Plaintext
# $NetBSD: files.tc,v 1.6 1997/03/15 18:12:02 is Exp $
|
|
#
|
|
# Config.new file and device description for machine-independent
|
|
# TurboChannel code. Included by ports that need it.
|
|
|
|
device tc {[slot = -1], [offset = -1]}
|
|
attach tc at tcbus
|
|
file dev/tc/tc.c tc needs-flag
|
|
|
|
# device defined in sys/conf/files
|
|
# attach le at ioasic with le_ioasic
|
|
# attach le at tc with le_tc
|
|
# file dev/tc/if_le_dec.c (le_ioasic | le_tc)
|
|
# file dev/tc/if_le_ioasic.c le_ioasic needs-flag # for le_iomem
|
|
# file dev/tc/if_le_tc.c le_tc
|
|
|
|
# DEC DEFTA TC FDDI Controller
|
|
device fta: pdq, fddi, ifnet, arp
|
|
attach fta at tc
|
|
file dev/tc/if_fta.c fta
|