aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1999-08-16 23:18:24 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1999-08-16 23:18:24 +0000
commite414ac576fd4f7e64986acf1c383bc0a861a6c9a (patch)
tree7d6f4917ebe16de3872d0b4ab0bb5bb7bab33433 /sys/cam
parent87609397183c7a61eecf30af0ee8e0b8e3c9a563 (diff)
downloadsrc-e414ac576fd4f7e64986acf1c383bc0a861a6c9a.tar.gz
src-e414ac576fd4f7e64986acf1c383bc0a861a6c9a.zip
Bump CAM version number.
Notes
Notes: svn path=/head/; revision=49936
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_ccb.h4
1 files 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 */