Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/conf Fix scsi.pmax inclusion mistakenly commen...



details:   https://anonhg.NetBSD.org/src/rev/5c44774398df
branches:  trunk
changeset: 482759:5c44774398df
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Mon Feb 21 06:44:24 2000 +0000

description:
Fix scsi.pmax inclusion mistakenly commented out.

diffstat:

 sys/arch/pmax/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r e161b7e41b73 -r 5c44774398df sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Mon Feb 21 05:50:14 2000 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Mon Feb 21 06:44:24 2000 +0000
@@ -1,11 +1,11 @@
 #
-#      $NetBSD: GENERIC,v 1.66 2000/02/19 09:46:49 nisimura Exp $
+#      $NetBSD: GENERIC,v 1.67 2000/02/21 06:44:24 nisimura Exp $
 #
 # Distribution kernel (any model) kernel config file
 #
 include                "arch/pmax/conf/std.pmax"
 
-#ident                 "GENERIC-$Revision: 1.66 $"
+#ident                 "GENERIC-$Revision: 1.67 $"
 
 maxusers       64
 
@@ -184,7 +184,7 @@
 # old 4.4BSD/pmax DECstation SCSI driver
 oldscsibus*    at sii?
 oldscsibus*    at asc?
-#include       "arch/pmax/conf/scsi.pmax"
+include        "arch/pmax/conf/scsi.pmax"
 
 # MI SCSI configuration 
 #include       "arch/pmax/conf/mi.scsi"                # DS5000 only



Home | Main Index | Thread Index | Old Index