![thorpej](/assets/img/avatar_default.png)
- split softc size and match/attach out from cfdriver into a new struct cfattach. - new "attach" directive for files.*. May specify the name of the cfattach structure, so that devices may be easily attached to parents with different autoconfiguration semantics.
14 lines
450 B
Plaintext
14 lines
450 B
Plaintext
# $NetBSD: files.tc,v 1.3 1996/03/17 00:58:33 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
|
|
|
|
# XXX conflicts with ISA if_le.c
|
|
#device le: ether, ifnet # XXX PMAX BASEBOARD OPTIONS
|
|
#attach le at ioasic, tc with le_tc
|
|
#file dev/tc/if_le.c le needs-flag # for le_iomem
|