summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/conf
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>2000-08-19 18:43:32 +0000
committerMats O Jansson <maja@cvs.openbsd.org>2000-08-19 18:43:32 +0000
commit54ce3936b30d6e17aa54a6e739142ae3fc0e585c (patch)
treef9197a0375055ecf532f33842d27650ee0c11584 /sys/arch/pmax/conf
parentd2eda2479a934922a25a64114aa92a03933b01b1 (diff)
Late in the release of OpenBSD/pmax 2.7 a conflict between the pmax
dc driver and the generic if_dc driver was found. The fix was to change the pmax drivers name to dz instead. But this was only done in a miminal way. This commit will switch over and use the new dz driver. -moj
Diffstat (limited to 'sys/arch/pmax/conf')
-rw-r--r--sys/arch/pmax/conf/files.pmax7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/pmax/conf/files.pmax b/sys/arch/pmax/conf/files.pmax
index bc0d81a96e9..b69f1affc9a 100644
--- a/sys/arch/pmax/conf/files.pmax
+++ b/sys/arch/pmax/conf/files.pmax
@@ -1,3 +1,4 @@
+# $OpenBSD: files.pmax,v 1.13 2000/08/19 18:43:30 maja Exp $
# $NetBSD: files.pmax,v 1.36 1996/10/13 05:28:48 jonathan Exp $
# DECstation-specific configuration info
@@ -113,11 +114,11 @@ file arch/pmax/dev/led.c led needs-count
# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines.
# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC.
device dz
-file arch/pmax/dev/dc.c dz
+file arch/pmax/dev/dz.c dz
attach dz at ioasic with dz_ioasic
-file arch/pmax/dev/dc_ioasic.c dz_ioasic | dz_ds needs-flag # TTTTT ugly
+file arch/pmax/dev/dz_ioasic.c dz_ioasic | dz_ds needs-flag # TTTTT ugly
attach dz at mainbus with dz_ds
-file arch/pmax/dev/dc_ds.c dz_ds needs-flag
+file arch/pmax/dev/dz_ds.c dz_ds needs-flag
# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB?