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

Dmitry Afanasiev <k...@matpockuh.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@matpockuh.ru

--- Comment #23 from Dmitry Afanasiev <k...@matpockuh.ru> ---
I'm fixed this problem to me using this simple patch:

Index: sys/dev/ahci/ahci_pci.c
===================================================================
--- sys/dev/ahci/ahci_pci.c     (revision 326818)
+++ sys/dev/ahci/ahci_pci.c     (working copy)
@@ -59,7 +59,7 @@
        {0x43901002, 0x00, "AMD SB7x0/SB8x0/SB9x0",
            AHCI_Q_ATI_PMP_BUG | AHCI_Q_1MSI},
        {0x43911002, 0x00, "AMD SB7x0/SB8x0/SB9x0",
-           AHCI_Q_ATI_PMP_BUG | AHCI_Q_1MSI},
+           AHCI_Q_NOMSI | AHCI_Q_NOPMP | AHCI_Q_ATI_PMP_BUG },
        {0x43921002, 0x00, "AMD SB7x0/SB8x0/SB9x0",
            AHCI_Q_ATI_PMP_BUG | AHCI_Q_1MSI},
        {0x43931002, 0x00, "AMD SB7x0/SB8x0/SB9x0",

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to