From e414ac576fd4f7e64986acf1c383bc0a861a6c9a Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Mon, 16 Aug 1999 23:18:24 +0000 Subject: Bump CAM version number. --- sys/cam/cam_ccb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/cam/cam_ccb.h b/sys/cam/cam_ccb.h index 143b1888f80b..a44334568fb8 100644 --- a/sys/cam/cam_ccb.h +++ b/sys/cam/cam_ccb.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cam_ccb.h,v 1.7 1999/05/23 18:57:28 gibbs Exp $ + * $Id: cam_ccb.h,v 1.8 1999/08/16 22:14:47 gibbs Exp $ */ #ifndef _CAM_CAM_CCB_H @@ -471,7 +471,7 @@ struct ccb_dev_match { /* * Definitions for the path inquiry CCB fields. */ -#define CAM_VERSION 0x11 /* Hex value for current version */ +#define CAM_VERSION 0x12 /* Hex value for current version */ typedef enum { PI_MDP_ABLE = 0x80, /* Supports MDP message */ -- cgit v1.2.3