summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-01-10 02:51:48 +0000
committermjacob <mjacob@FreeBSD.org>1999-01-10 02:51:48 +0000
commit418e56ef2d4feebc43484df992f4a335fd725208 (patch)
tree8b66a62f63ee60536607c1c7d140b74991236bf4 /sys/dev/isp
parent8ae72d61ed30af4d8e8214d072a263c6942849c9 (diff)
downloadFreeBSD-src-418e56ef2d4feebc43484df992f4a335fd725208.zip
FreeBSD-src-418e56ef2d4feebc43484df992f4a335fd725208.tar.gz
up isp_fifo_threshold NVRAM storage to 3 bits (for future 128 bit)
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/ispvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h
index 89a295b..222f77e 100644
--- a/sys/dev/isp/ispvar.h
+++ b/sys/dev/isp/ispvar.h
@@ -1,5 +1,5 @@
-/* $Id: $ */
-/* release_12_28_98_A */
+/* $Id: ispvar.h,v 1.7 1998/12/28 19:22:27 mjacob Exp $ */
+/* release_12_28_98_A+ */
/*
* Soft Definitions for for Qlogic ISP SCSI adapters.
*
@@ -99,7 +99,7 @@ typedef struct {
isp_data_line_active_neg: 1,
isp_cmd_dma_burst_enable: 1,
isp_data_dma_burst_enabl: 1,
- isp_fifo_threshold : 2,
+ isp_fifo_threshold : 3,
isp_diffmode : 1,
isp_fast_mttr : 1,
isp_initiator_id : 4,
OpenPOWER on IntegriCloud