NetBSD/sys/dev/tc/files.tc
thorpej 13e808bbd8 Make the MI LANCE driver standalone, and use cfattach to resolve
naming conflicts between bus attachments on ports that can have
multiple instances of the LANCE.

Changed struct ifnet to have a pointer to the softc of the underlying
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit.  Updated interface to (*if_watchdog)() and (*if_reset)()
to take a struct ifnet *, rather than a unit number.
1996-05-07 02:24:54 +00:00

16 lines
520 B
Plaintext

# $NetBSD: files.tc,v 1.4 1996/05/07 02:25:00 thorpej 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