From 0ca52ef8b9c5ea4a8cfbc510b055b94de468a148 Mon Sep 17 00:00:00 2001 From: mjacob Date: Tue, 25 Jan 2000 21:24:52 +0000 Subject: Because we added 4 bytes to the inquiry data size, we need to rev the CAM revision too. Tsk. Submitted by: ken@freebsd.org --- sys/cam/cam_ccb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/cam') diff --git a/sys/cam/cam_ccb.h b/sys/cam/cam_ccb.h index df1e3d3..a1ad90e 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 */ -- cgit v1.1