summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-08-04 20:20:55 +0000
committermjacob <mjacob@FreeBSD.org>2006-08-04 20:20:55 +0000
commit9436db4dfd838ef6160a83569142772450dd2ec4 (patch)
treed6f4eabd59ce3e866607ca6e24e7c5ac59def4dd /sys/dev/isp
parent8d6267e01f50e44dd0c9bc9e6cd6f1015772f555 (diff)
downloadFreeBSD-src-9436db4dfd838ef6160a83569142772450dd2ec4.zip
FreeBSD-src-9436db4dfd838ef6160a83569142772450dd2ec4.tar.gz
Increase local reserved (high && low) storage in each command
structure from 2 to 3 words.
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_tpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_tpublic.h b/sys/dev/isp/isp_tpublic.h
index 54ac415..d1a0b3d 100644
--- a/sys/dev/isp/isp_tpublic.h
+++ b/sys/dev/isp/isp_tpublic.h
@@ -279,7 +279,7 @@ typedef struct tmd_cmd {
uint32_t longs[QCDS / sizeof (uint32_t)];
uint16_t shorts[QCDS / sizeof (uint16_t)];
uint8_t bytes[QCDS];
- } cd_lreserved[2], cd_hreserved[2];
+ } cd_lreserved[3], cd_hreserved[3];
} tmd_cmd_t;
/* defined tags */
OpenPOWER on IntegriCloud