|
@@ -45,45 +45,10 @@
|
|
|
|
|
|
#define MAX_DEV_TYPE 32
|
|
|
|
|
|
-#ifndef PCI_VENDOR_ID_LSI_LOGIC
|
|
|
-#define PCI_VENDOR_ID_LSI_LOGIC 0x1000
|
|
|
-#endif
|
|
|
-
|
|
|
-#ifndef PCI_VENDOR_ID_AMI
|
|
|
-#define PCI_VENDOR_ID_AMI 0x101E
|
|
|
-#endif
|
|
|
-
|
|
|
-#ifndef PCI_VENDOR_ID_DELL
|
|
|
-#define PCI_VENDOR_ID_DELL 0x1028
|
|
|
-#endif
|
|
|
-
|
|
|
-#ifndef PCI_VENDOR_ID_INTEL
|
|
|
-#define PCI_VENDOR_ID_INTEL 0x8086
|
|
|
-#endif
|
|
|
-
|
|
|
-#ifndef PCI_DEVICE_ID_AMI_MEGARAID
|
|
|
-#define PCI_DEVICE_ID_AMI_MEGARAID 0x9010
|
|
|
-#endif
|
|
|
-
|
|
|
-#ifndef PCI_DEVICE_ID_AMI_MEGARAID2
|
|
|
-#define PCI_DEVICE_ID_AMI_MEGARAID2 0x9060
|
|
|
-#endif
|
|
|
-
|
|
|
-#ifndef PCI_DEVICE_ID_AMI_MEGARAID3
|
|
|
-#define PCI_DEVICE_ID_AMI_MEGARAID3 0x1960
|
|
|
-#endif
|
|
|
-
|
|
|
#define PCI_DEVICE_ID_DISCOVERY 0x000E
|
|
|
#define PCI_DEVICE_ID_PERC4_DI 0x000F
|
|
|
#define PCI_DEVICE_ID_PERC4_QC_VERDE 0x0407
|
|
|
|
|
|
-/* Sub-System Vendor IDs */
|
|
|
-#define AMI_SUBSYS_VID 0x101E
|
|
|
-#define DELL_SUBSYS_VID 0x1028
|
|
|
-#define HP_SUBSYS_VID 0x103C
|
|
|
-#define LSI_SUBSYS_VID 0x1000
|
|
|
-#define INTEL_SUBSYS_VID 0x8086
|
|
|
-
|
|
|
#define HBA_SIGNATURE 0x3344
|
|
|
#define HBA_SIGNATURE_471 0xCCCC
|
|
|
#define HBA_SIGNATURE_64BIT 0x0299
|