https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289748

--- Comment #13 from Vitalij Satanivskij <[email protected]> ---
(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.

Reply via email to