summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormjacob <mjacob@NetBSD.org>2000-12-28 08:24:17 +0000
committermjacob <mjacob@NetBSD.org>2000-12-28 08:24:17 +0000
commita5498e15149b1bfdec51347faa90b758ea8edfff (patch)
treebd49e5a6ba9df77664aa0dd676c982f2a8df6133 /sys/dev
parentb551237fb6ff9cc3e22bd0735d1cdd5ef9bc0741 (diff)
add an ISP_CFG_NOINIT flag
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/ispvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/ispvar.h b/sys/dev/ic/ispvar.h
index 6c034fcfd7e..68ff860c0ea 100644
--- a/sys/dev/ic/ispvar.h
+++ b/sys/dev/ic/ispvar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ispvar.h,v 1.37 2000/12/23 01:38:01 wiz Exp $ */
+/* $NetBSD: ispvar.h,v 1.38 2000/12/28 08:24:17 mjacob Exp $ */
/*
* This driver, which is contained in NetBSD in the files:
*
@@ -420,6 +420,7 @@ typedef struct ispsoftc {
*/
#define ISP_CFG_NORELOAD 0x80 /* don't download f/w */
#define ISP_CFG_NONVRAM 0x40 /* ignore NVRAM */
+#define ISP_CFG_NOINIT 0x20 /* just set defaults- don't init */
#define ISP_CFG_FULL_DUPLEX 0x01 /* Full Duplex (Fibre Channel only) */
#define ISP_CFG_OWNWWN 0x02 /* override NVRAM wwn */
#define ISP_CFG_PORT_PREF 0x0C /* Mask for Port Prefs (2200 only) */