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 Enable VS4000/90 SCSI controller in INSTAL...



details:   https://anonhg.NetBSD.org/src/rev/b48b0d140438
branches:  trunk
changeset: 500159:b48b0d140438
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Dec 07 01:24:25 2000 +0000

description:
Enable VS4000/90 SCSI controller in INSTALL kernel.

diffstat:

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

diffs (18 lines):

diff -r 172134ccf98b -r b48b0d140438 sys/arch/vax/conf/INSTALL
--- a/sys/arch/vax/conf/INSTALL Thu Dec 07 01:05:55 2000 +0000
+++ b/sys/arch/vax/conf/INSTALL Thu Dec 07 01:24:25 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.10 2000/10/02 18:43:37 abs Exp $
+#      $NetBSD: INSTALL,v 1.11 2000/12/07 01:24:25 matt Exp $
 #
 # INSTALL kernel; all supported devices but nothing fancy.
 #
@@ -156,7 +156,7 @@
 
 # SCSI controllers.
 asc0           at vsbus0 csr 0x200c0080 # VS4000/{60,VLC} SCSI-controller
-#asc0          at vsbus0 csr 0x26000080 # VS4000/90 SCSI-controller
+asc0           at vsbus0 csr 0x26000080 # VS4000/90 SCSI-controller
 si0            at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-controller (5380)
 si1            at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-controller (5380)
 scsibus*       at asc?



Home | Main Index | Thread Index | Old Index