···133133/* 6.10.00 - Remove 1G Addressing Limitations */134134/* 6.11.xx - Get VersionInfo buffer off the stack ! DDTS 60401 */135135/* 6.11.xx - Make Logical Drive Info structure safe for DMA DDTS 60639 */136136-/* 7.10.xx - Add highmem_io flag in SCSI Templete for 2.4 kernels */136136+/* 7.10.18 - Add highmem_io flag in SCSI Templete for 2.4 kernels */137137/* - Fix path/name for scsi_hosts.h include for 2.6 kernels */138138/* - Fix sort order of 7k */139139/* - Remove 3 unused "inline" functions */140140+/* 7.12.xx - Use STATIC functions whereever possible */141141+/* - Clean up deprecated MODULE_PARM calls */140142/*****************************************************************************/141143142144/*···209207/*210208 * DRIVER_VER211209 */212212-#define IPS_VERSION_HIGH "7.10"213213-#define IPS_VERSION_LOW ".18 "210210+#define IPS_VERSION_HIGH "7.12"211211+#define IPS_VERSION_LOW ".02 "214212215213#if !defined(__i386__) && !defined(__ia64__) && !defined(__x86_64__)216214#warning "This driver has only been tested on the x86/ia64/x86_64 platforms"