diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-01-25 21:24:52 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-01-25 21:24:52 +0000 |
| commit | c7abe45ecea2a42e6d0284beb212c99a71fc71fe (patch) | |
| tree | 7c01575e636c3d93d4a806d8a4581d9c7ecdfcc8 /sys/cam | |
| parent | 5fbeb2a289bac5a07c1ede9d33e022e18a3dc5d6 (diff) | |
Notes
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/cam_ccb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_ccb.h b/sys/cam/cam_ccb.h index df1e3d32441b..a1ad90e3a5df 100644 --- a/sys/cam/cam_ccb.h +++ b/sys/cam/cam_ccb.h @@ -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 */ |
