1997-09-13 12:52:23 +04:00
|
|
|
# $NetBSD: files.tc,v 1.9 1997/09/13 08:52:23 enami Exp $
|
1995-12-20 03:54:18 +03:00
|
|
|
#
|
1997-07-21 00:32:14 +04:00
|
|
|
# Config file and device description for machine-independent
|
1995-12-20 03:54:18 +03:00
|
|
|
# TurboChannel code. Included by ports that need it.
|
|
|
|
|
1997-09-13 12:52:23 +04:00
|
|
|
defopt TCVERBOSE
|
|
|
|
|
1996-03-17 03:57:14 +03:00
|
|
|
device tc {[slot = -1], [offset = -1]}
|
1997-07-22 08:32:13 +04:00
|
|
|
#attach tc at tcbus
|
1995-12-20 03:54:18 +03:00
|
|
|
file dev/tc/tc.c tc needs-flag
|
|
|
|
|
1997-07-22 08:32:13 +04:00
|
|
|
# The TurboChannel IOCTL ASIC
|
|
|
|
device ioasic { offset = -1 }
|
|
|
|
attach ioasic at tc
|
|
|
|
|
|
|
|
# LANCE attachments.
|
|
|
|
# lance device defined in sys/conf/files
|
|
|
|
# le_dec_subr attribute defined in sys/dev/dec/files.dec
|
|
|
|
|
|
|
|
attach le at ioasic with le_ioasic: le_dec_subr
|
|
|
|
attach le at tc with le_tc: 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
|
|
|
|
|
1996-05-20 04:45:02 +04:00
|
|
|
|
|
|
|
# DEC DEFTA TC FDDI Controller
|
1997-03-15 21:09:08 +03:00
|
|
|
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
|