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 hdc controller and rd disks.



details:   https://anonhg.NetBSD.org/src/rev/ab825a481232
branches:  trunk
changeset: 493945:ab825a481232
user:      ragge <ragge%NetBSD.org@localhost>
date:      Tue Jun 27 18:50:47 2000 +0000

description:
Add hdc controller and rd disks.

diffstat:

 sys/arch/vax/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 6d42863827f6 -r ab825a481232 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Tue Jun 27 18:46:17 2000 +0000
+++ b/sys/arch/vax/conf/GENERIC Tue Jun 27 18:50:47 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.72 2000/06/22 20:27:57 fvdl Exp $
+#      $NetBSD: GENERIC,v 1.73 2000/06/27 18:50:47 ragge Exp $
 #
 # GENERIC VAX configuration file; all supported devices.
 #
 
 include                "arch/vax/conf/std.vax"
 
-#ident                 "GENERIC-$Revision: 1.72 $"
+#ident                 "GENERIC-$Revision: 1.73 $"
 
 # Here are all different supported CPU types listed.
 options        "VAX8600"
@@ -114,7 +114,6 @@
 ze0            at vsbus0 csr 0x20008000 # SGEC ethernet
 dz0            at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
 dz0            at vsbus0 csr 0x25000000 # VS4000/90 serial line
-#hdc0          at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
 si0            at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
 asc0           at vsbus0 csr 0x200c0080 # VS4000/60 (or VLC) SCSI-ctlr
 asc0           at vsbus0 csr 0x26000080 # VS4000/90 SCSI-ctlr
@@ -122,7 +121,8 @@
 smg0           at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
 #clr0          at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
 
-#rd*           at hdc0 drive?          # RD5x disks
+hdc0           at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
+rd*            at hdc0 drive?          # RD5x disks
 #ry*           at hdc0 drive?          # RX floppies
 
 # Ibus, the internal bus on most Microvaxen



Home | Main Index | Thread Index | Old Index