Because we added 4 bytes to the inquiry data size, we need to
rev the CAM revision too. Tsk. Submitted by: ken@freebsd.org
This commit is contained in:
parent
5fbeb2a289
commit
c7abe45ece
@ -454,7 +454,7 @@ struct ccb_dev_match {
|
||||
/*
|
||||
* Definitions for the path inquiry CCB fields.
|
||||
*/
|
||||
#define CAM_VERSION 0x13 /* Hex value for current version */
|
||||
#define CAM_VERSION 0x14 /* Hex value for current version */
|
||||
|
||||
typedef enum {
|
||||
PI_MDP_ABLE = 0x80, /* Supports MDP message */
|
||||
|
Loading…
Reference in New Issue
Block a user