[Bug 289748] ahci driver not attached on New supermicro board H13SSW in at least 14.3 and CURRENT
Date: Tue, 23 Sep 2025 09:43:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289748
--- Comment #13 from Vitalij Satanivskij <satan@Ukr.net> ---
(In reply to Andriy Gapon from comment #7)
Yes. I boot installation with hw.pci.enable_msix=0 than install system.
Reboot with same variable and rebuild kernel with changed
diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c
index 7451cc387011..b4e61a9f77fd 100644
--- a/sys/dev/ahci/ahci_pci.c
+++ b/sys/dev/ahci/ahci_pci.c
@@ -82,7 +82,7 @@ static const struct {
{0x78031022, 0x00, "AMD Hudson-2", 0},
{0x78041022, 0x00, "AMD Hudson-2", 0},
{0x79001022, 0x00, "AMD KERNCZ", 0},
- {0x79011022, 0x00, "AMD KERNCZ", 0},
+ {0x79011022, 0x00, "AMD KERNCZ", AHCI_Q_NOMSIX},
This workaround work for me. At least we can continue to setup new servers for
our services.
--
You are receiving this mail because:
You are the assignee for the bug.