Source-Changes-HG archive

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

[src/trunk]: src/sys/conf add ISP_LOGDEFAULT for isp driver options



details:   https://anonhg.NetBSD.org/src/rev/257045ad56c1
branches:  trunk
changeset: 495614:257045ad56c1
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Tue Aug 01 20:01:52 2000 +0000

description:
add ISP_LOGDEFAULT for isp driver options

diffstat:

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

diffs (18 lines):

diff -r 4871017a2040 -r 257045ad56c1 sys/conf/files
--- a/sys/conf/files    Tue Aug 01 18:46:22 2000 +0000
+++ b/sys/conf/files    Tue Aug 01 20:01:52 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.379 2000/07/30 21:34:47 briggs Exp $
+#      $NetBSD: files,v 1.380 2000/08/01 20:01:52 mjacob Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -250,7 +250,7 @@
 # Qlogic ISP 10x0 SCSI Controllers
 defopt opt_isp.h       ISP_DISABLE_1020_SUPPORT ISP_DISABLE_1080_SUPPORT
                        ISP_DISABLE_2100_SUPPORT ISP_DISABLE_2200_SUPPORT
-                       ISP_DISABLE_FW ISP_TARGET_MODE
+                       ISP_DISABLE_FW ISP_LOGDEFAULT ISP_TARGET_MODE
 device isp: scsi
 file   dev/ic/isp.c                    isp
 file   dev/ic/isp_netbsd.c             isp



Home | Main Index | Thread Index | Old Index