1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

up isp_fifo_threshold NVRAM storage to 3 bits (for future 128 bit)

This commit is contained in:
Matt Jacob 1999-01-10 02:51:48 +00:00
parent f28c2b3f0b
commit 128101f362
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42461

View File

@ -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,