Skip to content

Commit b98a8e4

Browse files
committed
rh_messages.h: add missing aacraid device
JIRA: https://issues.redhat.com/browse/RHEL-106859 Upstream Status: RHEL only An aacraid device was missing from our list of disabled devices and with this now updated we no longer need to include the RHEL only changes in drivers/scsi/aacraid/linit.c. Signed-off-by: Scott Weaver <scweaver@redhat.com>
1 parent 6a78f7d commit b98a8e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/rh_messages.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ static const struct pci_device_id rh_disabled_pci_devices[] = {
150150
{ 0x9005, 0x0285, 0x1014, 0x0312 },
151151
{ 0x9005, 0x0285, 0x1028, PCI_ANY_ID },
152152
{ 0x9005, 0x0285, 0x1028, 0x0287 },
153+
{ 0x9005, 0x0285, 0x1028, 0x0291 },
153154
{ 0x9005, 0x0285, 0x103C, 0x3227 },
154155
{ 0x9005, 0x0285, 0x17aa, PCI_ANY_ID },
155156
{ 0x9005, 0x0285, 0x17aa, 0x0286 },

0 commit comments

Comments
 (0)