mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Disable NCQ and PMP support for VIA VT8251 AHCI. It was reported to be
unreliable under load. Linux does the same.
This commit is contained in:
parent
36af9f04a3
commit
a47eae85b4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208907
@ -239,8 +239,8 @@ static struct {
|
||||
{0x0d8d10de, 0x00, "NVIDIA MCP89", AHCI_Q_NOAA},
|
||||
{0x0d8e10de, 0x00, "NVIDIA MCP89", AHCI_Q_NOAA},
|
||||
{0x0d8f10de, 0x00, "NVIDIA MCP89", AHCI_Q_NOAA},
|
||||
{0x33491106, 0x00, "VIA VT8251", 0},
|
||||
{0x62871106, 0x00, "VIA VT8251", 0},
|
||||
{0x33491106, 0x00, "VIA VT8251", AHCI_Q_NOPMP|AHCI_Q_NONCQ},
|
||||
{0x62871106, 0x00, "VIA VT8251", AHCI_Q_NOPMP|AHCI_Q_NONCQ},
|
||||
{0x11841039, 0x00, "SiS 966", 0},
|
||||
{0x11851039, 0x00, "SiS 968", 0},
|
||||
{0x01861039, 0x00, "SiS 968", 0},
|
||||
|
Loading…
Reference in New Issue
Block a user