cciss version change

From: mike . miller
Date: Tue Sep 16 2003 - 10:01:01 EST


This patch bumps the version of the cciss driver from 2.4.47 to 2.4.49 to more accurately reflect the capabilities of the driver. It was built/tested against 2.4.23-pre4.

Please consider this patch for inclusion.

Thanks,
mikem
--------------------------------------------------------------------------------
diff -burN lx2423-pre4/drivers/block/cciss.c lx2423-pre4.test/drivers/block/cciss.c
--- lx2423-pre4/drivers/block/cciss.c 2003-09-16 09:30:24.000000000 -0500
+++ lx2423-pre4.test/drivers/block/cciss.c 2003-09-16 10:02:34.000000000 -0500
@@ -45,12 +45,12 @@
#include <linux/genhd.h>

#define CCISS_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin))
-#define DRIVER_NAME "HP CISS Driver (v 2.4.47)"
-#define DRIVER_VERSION CCISS_DRIVER_VERSION(2,4,47)
+#define DRIVER_NAME "HP CISS Driver (v 2.4.49)"
+#define DRIVER_VERSION CCISS_DRIVER_VERSION(2,4,49)

/* Embedded module documentation macros - see modules.h */
MODULE_AUTHOR("Hewlett-Packard Company");
-MODULE_DESCRIPTION("Driver for HP SA5xxx SA6xxx Controllers version 2.4.47");
+MODULE_DESCRIPTION("Driver for HP SA5xxx SA6xxx Controllers version 2.4.49");
MODULE_SUPPORTED_DEVICE("HP SA5i SA5i+ SA532 SA5300 SA5312 SA641 SA642 SA6400");
MODULE_LICENSE("GPL");

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/