From bcec98969f8699851853343ab69dcd1162dbb59a Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Fri, 4 Aug 2006 20:20:55 +0000 Subject: [PATCH] Increase local reserved (high && low) storage in each command structure from 2 to 3 words. --- sys/dev/isp/isp_tpublic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isp/isp_tpublic.h b/sys/dev/isp/isp_tpublic.h index 54ac41575ea1..d1a0b3d2ca67 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 */