NetBSD/sys/dev/tc/files.tc

36 lines
933 B
Plaintext
Raw Normal View History

# $NetBSD: files.tc,v 1.16 1999/04/13 19:06:54 ad Exp $
#
1997-07-21 00:32:14 +04:00
# Config file and device description for machine-independent
# TurboChannel code. Included by ports that need it.
defopt TCVERBOSE
device tc {[slot = -1], [offset = -1]}
#attach tc at tcbus
file dev/tc/tc.c tc needs-flag
# The TurboChannel IOCTL ASIC
device ioasic { offset = -1 }
attach ioasic at tc
1999-03-16 17:07:22 +03:00
file dev/tc/ioasic_subr.c ioasic
# LANCE attachments.
# lance device defined in sys/conf/files
# le_dec_subr attribute defined in sys/dev/dec/files.dec
1998-07-21 21:36:01 +04:00
attach le at ioasic with le_ioasic: le24, le_dec_subr
attach le at tc with le_tc: le24, le_dec_subr
file dev/tc/if_le_ioasic.c le_ioasic needs-flag # for le_iomem
file dev/tc/if_le_tc.c le_tc
# ioasic audio
attach audioamd at ioasic with am7930_ioasic
file dev/tc/am7930_ioasic.c am7930_ioasic
1996-05-20 04:45:02 +04:00
# DEC DEFTA TC FDDI Controller
device fta: pdq, fddi, ifnet, arp
1996-05-20 04:45:02 +04:00
attach fta at tc
file dev/tc/if_fta.c fta