diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-21 22:33:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-21 22:33:19 +0000 |
commit | 67d88b0a9910a68bb666b448d2dac29cb4d3d8c2 (patch) | |
tree | 967b89f6e07398a22bd8c76d30179b648776542d /sys/dev/tc/files.tc | |
parent | ba95d3c1d69cdb251d15a12ebf70f50b0ea2019b (diff) |
partial sync with netbsd 960418, more to come
Diffstat (limited to 'sys/dev/tc/files.tc')
-rw-r--r-- | sys/dev/tc/files.tc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/tc/files.tc b/sys/dev/tc/files.tc index e0e77a12141..053a8463a77 100644 --- a/sys/dev/tc/files.tc +++ b/sys/dev/tc/files.tc @@ -1,12 +1,14 @@ -# $OpenBSD: files.tc,v 1.2 1996/04/18 23:48:21 niklas Exp $ -# $NetBSD: files.tc,v 1.2 1996/02/27 22:00:04 cgd Exp $ +# $OpenBSD: files.tc,v 1.3 1996/04/21 22:26:22 deraadt Exp $ +# $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 at tcbus {[slot = -1], [offset = -1]} +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 at ioasic, tc: ether, ifnet # XXX PMAX BASEBOARD OPTIONS +#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 |