|
|
|
@ -1,25 +1,20 @@
|
|
|
|
|
From 8cf73633b3209471b169913199b79c4d1c2170b4 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Andrew Lukoshko <alukoshko@almalinux.org>
|
|
|
|
|
Date: Mon, 8 Apr 2024 17:49:33 +0000
|
|
|
|
|
From fd0ae267b04d212b5b3be3a2f638ef60ab9174f5 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: tigro <tigro@msvsphere-os.ru>
|
|
|
|
|
Date: Fri, 24 May 2024 13:00:16 +0300
|
|
|
|
|
Subject: [PATCH] Enable all disabled pci devices by moving to unmaintained
|
|
|
|
|
list
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
kernel/rh_messages.h | 64 ++++++++++++++++++++++----------------------
|
|
|
|
|
1 file changed, 32 insertions(+), 32 deletions(-)
|
|
|
|
|
kernel/rh_messages.h | 62 +++++++++++++++++++++-----------------------
|
|
|
|
|
1 file changed, 29 insertions(+), 33 deletions(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/kernel/rh_messages.h b/kernel/rh_messages.h
|
|
|
|
|
index 5b7570edb..12a3523e4 100644
|
|
|
|
|
index 2ae3f94ad..ba7df5418 100644
|
|
|
|
|
--- a/kernel/rh_messages.h
|
|
|
|
|
+++ b/kernel/rh_messages.h
|
|
|
|
|
@@ -119,6 +119,38 @@ static const struct pci_device_id rh_deprecated_pci_devices[] = {
|
|
|
|
|
@@ -121,6 +121,35 @@ static const struct pci_device_id rh_deprecated_pci_devices[] = {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static const struct pci_device_id rh_disabled_pci_devices[] = {
|
|
|
|
|
+ {0} /* Terminating entry */
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+static const struct pci_device_id rh_unmaintained_pci_devices[] = {
|
|
|
|
|
+ { 0x10df, 0xe220, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
+ { 0x10df, 0x0724, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
+ { 0x10df, 0xe200, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
@ -31,6 +26,7 @@ index 5b7570edb..12a3523e4 100644
|
|
|
|
|
+ { 0x1000, 0x0071, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
+ { 0x1000, 0x0073, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
+ { 0x1000, 0x0079, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
+ { 0x15B3, 0xA2DC, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
+ { 0x1000, 0x006E, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
+ { 0x1000, 0x0080, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
+ { 0x1000, 0x0081, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
@ -51,7 +47,7 @@ index 5b7570edb..12a3523e4 100644
|
|
|
|
|
{ 0x1011, 0x0046, 0x103c, 0x10c2 },
|
|
|
|
|
{ 0x1011, 0x0046, 0x9005, 0x0364 },
|
|
|
|
|
{ 0x1011, 0x0046, 0x9005, 0x0365 },
|
|
|
|
|
@@ -272,36 +304,4 @@ static const struct pci_device_id rh_disabled_pci_devices[] = {
|
|
|
|
|
@@ -273,37 +302,4 @@ static const struct pci_device_id rh_disabled_pci_devices[] = {
|
|
|
|
|
{0} /* Terminating entry */
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
@ -67,6 +63,7 @@ index 5b7570edb..12a3523e4 100644
|
|
|
|
|
- { 0x1000, 0x0071, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
- { 0x1000, 0x0073, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
- { 0x1000, 0x0079, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
- { 0x15B3, 0xA2DC, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
- { 0x1000, 0x006E, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
- { 0x1000, 0x0080, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
|
- { 0x1000, 0x0081, PCI_ANY_ID, PCI_ANY_ID },
|
|
|
|
@ -89,5 +86,5 @@ index 5b7570edb..12a3523e4 100644
|
|
|
|
|
-
|
|
|
|
|
#endif /* __RH_MESSAGES_H */
|
|
|
|
|
--
|
|
|
|
|
2.27.0
|
|
|
|
|
2.45.1
|
|
|
|
|
|
|
|
|
|