Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Jul 2018 14:37:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 201194] Kernel: ahcich: Timeout in slot
Message-ID:  <bug-201194-227-qut8hGFYEY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201194-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201194-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201194

Dmitry Afanasiev <KOT@MATPOCKuH.Ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |KOT@MATPOCKuH.Ru

--- Comment #23 from Dmitry Afanasiev <KOT@MATPOCKuH.Ru> ---
I'm fixed this problem to me using this simple patch:

Index: sys/dev/ahci/ahci_pci.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- 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",

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201194-227-qut8hGFYEY>