mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue