diff options
author | Mark Haverkamp <markh@osdl.org> | 2006-11-21 10:40:50 -0800 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-11-22 12:29:53 -0600 |
commit | 902762831c0068ba0c8c8fca801e505a9881aa01 (patch) | |
tree | 7a75729899779765298a1f83b38882b5dbcce894 | |
parent | d18b448fc2caf0d719bd4bd34fb1856be89c8ef7 (diff) | |
download | op-kernel-dev-902762831c0068ba0c8c8fca801e505a9881aa01.zip op-kernel-dev-902762831c0068ba0c8c8fca801e505a9881aa01.tar.gz |
[SCSI] aacraid: Driver version update
Received from Mark Salyzyn:
Version patch, update to reflect a rough estimate of the Adaptec build
(2423) that coincides with the sources on kernel.org.
Signed-off-by: Mark Haverkamp <markh@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-rw-r--r-- | drivers/scsi/aacraid/aacraid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index eb3ed91..4f8b4c5 100644 --- a/drivers/scsi/aacraid/aacraid.h +++ b/drivers/scsi/aacraid/aacraid.h @@ -11,8 +11,8 @@ *----------------------------------------------------------------------------*/ #ifndef AAC_DRIVER_BUILD -# define AAC_DRIVER_BUILD 2409 -# define AAC_DRIVER_BRANCH "-mh2" +# define AAC_DRIVER_BUILD 2423 +# define AAC_DRIVER_BRANCH "-mh3" #endif #define MAXIMUM_NUM_CONTAINERS 32 |