Skip to content

Commit 50229f1

Browse files
committed
Revert "aacraid: Remove depreciated device and vendor PCI id's"
JIRA: https://issues.redhat.com/browse/RHEL-106859 Upstream Status: RHEL only This reverts commit f5f2b09. The list of disabled aacraid devices is now maintained in rh_messages.h. Signed-off-by: Scott Weaver <scweaver@redhat.com>
1 parent b98a8e4 commit 50229f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/scsi/aacraid/linit.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ char aac_driver_version[] = AAC_DRIVER_FULL_VERSION;
7777
* Note: The last field is used to index into aac_drivers below.
7878
*/
7979
static const struct pci_device_id aac_pci_tbl[] = {
80-
#ifndef CONFIG_RHEL_DIFFERENCES
8180
{ 0x1028, 0x0001, 0x1028, 0x0001, 0, 0, 0 }, /* PERC 2/Si (Iguana/PERC2Si) */
8281
{ 0x1028, 0x0002, 0x1028, 0x0002, 0, 0, 1 }, /* PERC 3/Di (Opal/PERC3Di) */
8382
{ 0x1028, 0x0003, 0x1028, 0x0003, 0, 0, 2 }, /* PERC 3/Si (SlimFast/PERC3Si */
@@ -145,7 +144,6 @@ static const struct pci_device_id aac_pci_tbl[] = {
145144
{ 0x9005, 0x0285, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 59 }, /* Adaptec Catch All */
146145
{ 0x9005, 0x0286, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 60 }, /* Adaptec Rocket Catch All */
147146
{ 0x9005, 0x0288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 61 }, /* Adaptec NEMER/ARK Catch All */
148-
#endif
149147
{ 0x9005, 0x028b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 62 }, /* Adaptec PMC Series 6 (Tupelo) */
150148
{ 0x9005, 0x028c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 63 }, /* Adaptec PMC Series 7 (Denali) */
151149
{ 0x9005, 0x028d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 64 }, /* Adaptec PMC Series 8 */

0 commit comments

Comments
 (0)