Fix longstanding bug where exec throttle is 16 bits- not 8.

This commit is contained in:
Matt Jacob 2006-05-22 06:47:20 +00:00
parent 4b767fa67f
commit f1c6617ad4

View File

@ -248,7 +248,7 @@ typedef struct {
uint16_t isp_iid; /* 'initiator' id */
uint16_t isp_loopid; /* hard loop id */
uint16_t isp_fwattr; /* firmware attributes */
uint8_t isp_execthrottle;
uint16_t isp_execthrottle;
uint8_t isp_retry_delay;
uint8_t isp_retry_count;
uint8_t isp_reserved;