Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/qbus Moved from ../dec/qbus/files.uba,v
details: https://anonhg.NetBSD.org/src/rev/59507acd2380
branches: trunk
changeset: 473286:59507acd2380
user: ragge <ragge%NetBSD.org@localhost>
date: Thu May 27 16:03:57 1999 +0000
description:
Moved from ../dec/qbus/files.uba,v
diffstat:
sys/dev/qbus/files.uba | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diffs (23 lines):
diff -r ebe39fd725ca -r 59507acd2380 sys/dev/qbus/files.uba
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/qbus/files.uba Thu May 27 16:03:57 1999 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: files.uba,v 1.4 1999/05/27 16:03:57 ragge Exp $
+#
+# Config file and device description for machine-independent
+# code for devices Digital Equipment Corp. Unibus and Q22 bus.
+# Included by ports that need it.
+device uba { csr }
+
+file dev/dec/uba/uba.c uba & new_uba
+
+# DZ-11 (-compatible) tty device driver.
+device dz { }: tty
+attach dz at uba with dz_uba
+file dev/dec/qbus/dz.c dz needs-flag
+file dev/dec/qbus/dz_uba.c dz_uba & new_uba
+
+# DL-11 at UBA
+device dl: tty
+attach dl at uba
+file dev/dec/qbus/dl.c dl needs-flag
Home |
Main Index |
Thread Index |
Old Index