Skip to content

Commit 45942ac

Browse files
committed
[redhat] rh_messages.h: driver and device updates
JIRA: https://issues.redhat.com/browse/RHEL-77941 JIRA: https://issues.redhat.com/browse/RHEL-77943 JIRA: https://issues.redhat.com/browse/RHEL-77944 Upstream Status: RHEL only This updates the driver names to use underscore instead of a dash and updates the support status for the ConnectX-9 and BlueField-3 devices. Signed-off-by: Scott Weaver <scweaver@redhat.com>
1 parent 81541b9 commit 45942ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

kernel/rh_messages.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static const char *rh_deprecated_drivers[] = {
5353
"bnx2i",
5454
"bnx2x",
5555
"cnic",
56-
"firewire-core",
56+
"firewire_core",
5757
"qla4xxx",
5858
"team",
5959
0 /* Terminating entry */
@@ -93,8 +93,8 @@ static const char *rh_unmaintained_drivers[] = {
9393
"nft_compat",
9494
"nicpf",
9595
"nicvf",
96-
"nvmet-fc",
97-
"nvmet-tcp",
96+
"nvmet_fc",
97+
"nvmet_tcp",
9898
"qla3xxx",
9999
"rdma_rxe",
100100
"siw",
@@ -268,6 +268,8 @@ static const struct pci_device_id rh_disabled_pci_devices[] = {
268268
{ 0x15B3, 0x675A, PCI_ANY_ID, PCI_ANY_ID },
269269
{ 0x15B3, 0x6764, PCI_ANY_ID, PCI_ANY_ID },
270270
{ 0x15B3, 0x676E, PCI_ANY_ID, PCI_ANY_ID },
271+
{ 0x15B3, 0x1025, PCI_ANY_ID, PCI_ANY_ID },
272+
{ 0x15B3, 0xA2DF, PCI_ANY_ID, PCI_ANY_ID },
271273
{ 0x1000, 0x0064, PCI_ANY_ID, PCI_ANY_ID },
272274
{ 0x1000, 0x0065, PCI_ANY_ID, PCI_ANY_ID },
273275
{ 0x1000, 0x0070, PCI_ANY_ID, PCI_ANY_ID },
@@ -317,7 +319,6 @@ static const struct pci_device_id rh_unmaintained_pci_devices[] = {
317319
{ 0x15B3, 0x100e, PCI_ANY_ID, PCI_ANY_ID },
318320
{ 0x15B3, 0x100f, PCI_ANY_ID, PCI_ANY_ID },
319321
{ 0x15B3, 0x1010, PCI_ANY_ID, PCI_ANY_ID },
320-
{ 0x15B3, 0xA2DC, PCI_ANY_ID, PCI_ANY_ID },
321322
{ 0x1000, 0x006E, PCI_ANY_ID, PCI_ANY_ID },
322323
{ 0x1000, 0x0080, PCI_ANY_ID, PCI_ANY_ID },
323324
{ 0x1000, 0x0081, PCI_ANY_ID, PCI_ANY_ID },

0 commit comments

Comments
 (0)