summaryrefslogtreecommitdiff
path: root/sys/dev/tc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-26 18:18:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-26 18:18:46 +0000
commit593bc358b88e805b95c7d24a4aab56ec98be517e (patch)
treee79061a879a3a9a699175c426f56648b74736f1d /sys/dev/tc
parent957e94b09815601b45389a9068cf587fee8fd04f (diff)
from netbsd:
files file to define 'tcbus' attribute, to which 'tc's attach. also defines tc device. does _not_ define le driver, because of conflicts with other (e.g. ISA) le drivers. (Alpha kernel configuration files include files.isa and files.tc.)
Diffstat (limited to 'sys/dev/tc')
-rw-r--r--sys/dev/tc/files.tc16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/dev/tc/files.tc b/sys/dev/tc/files.tc
new file mode 100644
index 00000000000..73943d2a92e
--- /dev/null
+++ b/sys/dev/tc/files.tc
@@ -0,0 +1,16 @@
+# $NetBSD: files.tc,v 1.1 1995/12/20 00:54:18 cgd Exp $
+#
+# Config.new file and device description for machine-independent
+# TurboChannel code. Included by ports that need it.
+
+# ports should define "chipsets" which have the tcbus attribute
+# and attach their TC bus subdevices
+
+define tcbus { }
+
+device tc at tcbus {[slot = -1], [offset = -1]}
+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
+#file dev/tc/if_le.c le needs-flag # for le_iomem