|
|
2b902d |
--- a/src/linit.c
|
|
|
2b902d |
+++ b/src/linit.c
|
|
|
2b902d |
@@ -78,7 +78,6 @@
|
|
|
2b902d |
* Note: The last field is used to index into aac_drivers below.
|
|
|
2b902d |
*/
|
|
|
2b902d |
static const struct pci_device_id aac_pci_tbl[] = {
|
|
|
2b902d |
-#ifndef CONFIG_RHEL_DIFFERENCES
|
|
|
2b902d |
{ 0x1028, 0x0001, 0x1028, 0x0001, 0, 0, 0 }, /* PERC 2/Si (Iguana/PERC2Si) */
|
|
|
2b902d |
{ 0x1028, 0x0002, 0x1028, 0x0002, 0, 0, 1 }, /* PERC 3/Di (Opal/PERC3Di) */
|
|
|
2b902d |
{ 0x1028, 0x0003, 0x1028, 0x0003, 0, 0, 2 }, /* PERC 3/Si (SlimFast/PERC3Si */
|
|
|
2b902d |
@@ -146,7 +145,6 @@
|
|
|
2b902d |
{ 0x9005, 0x0285, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 59 }, /* Adaptec Catch All */
|
|
|
2b902d |
{ 0x9005, 0x0286, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 60 }, /* Adaptec Rocket Catch All */
|
|
|
2b902d |
{ 0x9005, 0x0288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 61 }, /* Adaptec NEMER/ARK Catch All */
|
|
|
2b902d |
-#endif
|
|
|
2b902d |
{ 0x9005, 0x028b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 62 }, /* Adaptec PMC Series 6 (Tupelo) */
|
|
|
2b902d |
{ 0x9005, 0x028c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 63 }, /* Adaptec PMC Series 7 (Denali) */
|
|
|
2b902d |
{ 0x9005, 0x028d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 64 }, /* Adaptec PMC Series 8 */
|