Skip to content

Commit acff6f6

Browse files
committed
message deprecated state in ahci_xgene, ahci_seattle and hisi_sas_main
JIRA: https://issues.redhat.com/browse/RHEL-95986 ahci_xgene, ahci_seattle, hisi_sas_main drivers are in deprecated state in RHEL9. Add corresponding messaging to kernel log. Upstream Status: RHEL only Signed-off-by: Tomas Henzl <thenzl@redhat.com>
1 parent bc09a1a commit acff6f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kernel/rh_messages.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,14 @@
4949
static const char *rh_deprecated_drivers[] = {
5050
"aacraid",
5151
"af_key",
52+
"ahci_seattle",
53+
"ahci_xgene",
5254
"bnx2fc",
5355
"bnx2i",
5456
"bnx2x",
5557
"cnic",
5658
"firewire_core",
59+
"hisi_sas_main",
5760
"qla4xxx",
5861
"team",
5962
0 /* Terminating entry */
@@ -69,6 +72,9 @@ static const char *rh_deprecated_init_fns[] = {
6972
"bnx2x_init",
7073
"bnx2fc_mod_init",
7174
"bnx2i_mod_init",
75+
"ahci_seattle_probe",
76+
"xgene_ahci_probe",
77+
"hisi_sas_init",
7278
0 /* Terminating entry */
7379
};
7480

0 commit comments

Comments
 (0)