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:
Matt Jacob 2000-01-25 21:24:52 +00:00
parent 5fbeb2a289
commit c7abe45ece
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56614

View File

@ -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 */