07b064e02e
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work. For the detailed change history, look at the commit log entries for the is-newarp branch.
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
|