summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorHugh Graham <hugh@cvs.openbsd.org>2001-04-17 15:19:34 +0000
committerHugh Graham <hugh@cvs.openbsd.org>2001-04-17 15:19:34 +0000
commitd5b2ee1c4c73fd83ebfdabd71c5ef42b845e84a4 (patch)
treeb9de46d69d927d2cbdc414e3cc7e3cbe73048d12 /sys/arch
parent9a6d490509b39b02daee6d01a735e43bf5e2acad (diff)
Comment out the 20+ year old rl disk device to make way for the recently
MI RealTek network adaptor. Will resurrect or rename rl at such time as we actually support these drives.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/vax/conf/files.vax13
1 files changed, 6 insertions, 7 deletions
diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax
index d38ee3d2716..b075948c4a7 100644
--- a/sys/arch/vax/conf/files.vax
+++ b/sys/arch/vax/conf/files.vax
@@ -1,4 +1,4 @@
-# $OpenBSD: files.vax,v 1.20 2001/02/24 10:31:59 hugh Exp $
+# $OpenBSD: files.vax,v 1.21 2001/04/17 15:19:33 hugh Exp $
# $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $
#
# new style config file for vax architecture
@@ -224,11 +224,11 @@ attach ps at uba
file arch/vax/uba/ps.c ps needs-flag
# RL02/RL11 at UBA
-device hl { drive=-1 }
-attach hl at uba
-device rl: disk
-attach rl at hl
-file arch/vax/uba/rl.c rl needs-flag
+#device hl { drive=-1 }
+#attach hl at uba
+#device rl: disk
+#attach rl at hl
+#file arch/vax/uba/rl.c rl needs-flag
# SC-21/SC-31 at UBA
device sc { drive=-1 }
@@ -369,4 +369,3 @@ include "compat/ultrix/files.ultrix"
# wscons files.
include "dev/wscons/files.wscons"
-