Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/tc Add TC option card descriptions, which are commen...
details: https://anonhg.NetBSD.org/src/rev/47d5a60394cf
branches: trunk
changeset: 499583:47d5a60394cf
user: nisimura <nisimura%NetBSD.org@localhost>
date: Fri Nov 24 05:02:26 2000 +0000
description:
Add TC option card descriptions, which are commented out before NetBSD/pmax
yields local implementations to them.
diffstat:
sys/dev/tc/files.tc | 40 ++++++++++++++++++++++++++++++++++++----
1 files changed, 36 insertions(+), 4 deletions(-)
diffs (63 lines):
diff -r 3e977459ab93 -r 47d5a60394cf sys/dev/tc/files.tc
--- a/sys/dev/tc/files.tc Fri Nov 24 05:02:23 2000 +0000
+++ b/sys/dev/tc/files.tc Fri Nov 24 05:02:26 2000 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: files.tc,v 1.18 2000/05/02 06:43:05 augustss Exp $
+# $NetBSD: files.tc,v 1.19 2000/11/24 05:02:26 nisimura Exp $
#
# Config file and device description for machine-independent
-# TurboChannel code. Included by ports that need it.
+# TURBOchannel code. Included by ports that need it.
defopt TCVERBOSE
@@ -9,7 +9,7 @@
#attach tc at tcbus
file dev/tc/tc.c tc needs-flag
-# The TurboChannel IOCTL ASIC
+# IOCTL ASIC
device ioasic { offset = -1 }
attach ioasic at tc
file dev/tc/ioasic_subr.c ioasic
@@ -29,7 +29,39 @@
attach bba at ioasic
file dev/tc/bba.c bba
-# DEC DEFTA TC FDDI Controller
+# DEFTA FDDI controller
device fta: pdq, fddi, ifnet, arp
attach fta at tc
file dev/tc/if_fta.c fta
+
+# CX PMAG-B
+#device cfb: wsemuldisplaydev, rasops8
+#attach cfb at tc
+#file dev/tc/cfb.c cfb needs-flag
+
+# MX PMAG-A
+#device mfb: wsemuldisplaydev, rasops8
+#attach mfb at tc
+#file dev/tc/mfb.c mfb needs-flag
+
+# TX PMAG-J
+#device tfb: wsemuldisplaydev, rasops8
+#attach tfb at tc
+#file dev/tc/tfb.c tfb needs-flag
+
+# HX PMAGB-B
+#device sfb: wsemuldisplaydev, rasops8
+#attach sfb at tc
+#file dev/tc/sfb.c sfb needs-flag
+
+# DV MAXINE builtin
+#device xcfb: wsemuldisplaydev, rasops8
+#attach xcfb at tc
+#file dev/tc/xcfb.c xcfb needs-flag
+
+# TCDS dual channel SCSI
+#device tcds { chip = -1 }
+#attach tcds at tc
+#file dev/tc/tcds.c tcds
+#attach asc at tcds with asc_tcds
+#file dev/tc/asc_tcds.c asc_tcds
Home |
Main Index |
Thread Index |
Old Index