Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/conf Add "rl" disk.



details:   https://anonhg.NetBSD.org/src/rev/abd4223d250e
branches:  trunk
changeset: 485228:abd4223d250e
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sat Apr 22 16:48:53 2000 +0000

description:
Add "rl" disk.

diffstat:

 sys/arch/vax/conf/GENERIC   |   6 ++++--
 sys/arch/vax/conf/files.vax |  12 ++++--------
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (59 lines):

diff -r a26a960c36e4 -r abd4223d250e sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Sat Apr 22 16:46:49 2000 +0000
+++ b/sys/arch/vax/conf/GENERIC Sat Apr 22 16:48:53 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.62 2000/04/21 15:16:39 matt Exp $
+#      $NetBSD: GENERIC,v 1.63 2000/04/22 16:48:53 ragge Exp $
 #
 # GENERIC VAX configuration file; all supported devices.
 #
 
 include                "arch/vax/conf/std.vax"
 
-#ident                 "GENERIC-$Revision: 1.62 $"
+#ident                 "GENERIC-$Revision: 1.63 $"
 
 # Here are all different supported CPU types listed.
 options        "VAX8600"
@@ -173,6 +173,8 @@
 dhu0           at uba? csr 0160440     # DHU-11
 dz0            at uba? csr 0160100     # DZ-11
 dl0            at uba? csr 0176500     # DL-11
+rlc0           at uba? csr 0174400     # RL11/RLV11 controller
+rl*            at rlc? drive?          # RL01/RL02 disk drive
 
 # MSCP devices
 mscpbus*       at uda?
diff -r a26a960c36e4 -r abd4223d250e sys/arch/vax/conf/files.vax
--- a/sys/arch/vax/conf/files.vax       Sat Apr 22 16:46:49 2000 +0000
+++ b/sys/arch/vax/conf/files.vax       Sat Apr 22 16:48:53 2000 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: files.vax,v 1.66 2000/03/14 15:56:59 oster Exp $
+#       $NetBSD: files.vax,v 1.67 2000/04/22 16:48:54 ragge Exp $
 #
 # new style config file for vax architecture
 #
@@ -112,6 +112,9 @@
 attach uba at cmi with uba_cmi
 file   arch/vax/uba/uba_cmi.c          uba_cmi
 
+# Unibus disks
+major  {rl = 14}
+
 # BI bus definitions
 include "dev/bi/files.bi"
 
@@ -239,13 +242,6 @@
 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
-
 # SC-21/SC-31 at UBA
 device sc { drive=-1 }
 attach sc at uba



Home | Main Index | Thread Index | Old Index