Source-Changes-HG archive

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

[src/trunk]: src/sys/conf add a (currently unused) option reference to isp_ta...



details:   https://anonhg.NetBSD.org/src/rev/1a7f2b33f882
branches:  trunk
changeset: 480805:1a7f2b33f882
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Thu Jan 20 17:12:34 2000 +0000

description:
add a (currently unused) option reference to isp_target mode

diffstat:

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

diffs (22 lines):

diff -r dc05b7639e03 -r 1a7f2b33f882 sys/conf/files
--- a/sys/conf/files    Thu Jan 20 17:10:18 2000 +0000
+++ b/sys/conf/files    Thu Jan 20 17:12:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.342 2000/01/17 02:59:26 matt Exp $
+#      $NetBSD: files,v 1.343 2000/01/20 17:12:34 mjacob Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -222,10 +222,11 @@
 # Qlogic ISP 10x0 SCSI Controllers
 defopt opt_isp.h       ISP2100_FABRIC ISP2100_SCCLUN ISP_DISABLE_1020_SUPPORT
                        ISP_DISABLE_1080_SUPPORT ISP_DISABLE_2100_SUPPORT
-                       ISP_DISABLE_2200_SUPPORT ISP_DISABLE_FW
+                       ISP_DISABLE_2200_SUPPORT ISP_DISABLE_FW ISP_TARGET_MODE
 device isp: scsi
 file   dev/ic/isp.c                    isp
 file   dev/ic/isp_netbsd.c             isp
+file   dev/ic/isp_target.c             isp
 
 # UltraStor SCSI controllers
 device uha: scsi



Home | Main Index | Thread Index | Old Index