diff options
author | mav <mav@FreeBSD.org> | 2014-09-17 14:17:39 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2014-09-17 14:17:39 +0000 |
commit | 7475a6ecf573b29a7b76ecf35c9289e811ab28a0 (patch) | |
tree | 9e5dfab2cc4b4448082047bfbe9047bcbd7d0f2d /sys/dev/ahci | |
parent | 0e425be7bbb51e540023cafb50cb3a0de3b8abf9 (diff) | |
download | FreeBSD-src-7475a6ecf573b29a7b76ecf35c9289e811ab28a0.zip FreeBSD-src-7475a6ecf573b29a7b76ecf35c9289e811ab28a0.tar.gz |
MFC r271403: Add PCI ID for Promise TX8660 8-port 3Gbps HBA.
This device reports RAID subclass, but appears to be AHCI compatible.
Submitted by: Yuri Perejilin <yuri@rivera.ru>
Approved by: re (gjb)
Diffstat (limited to 'sys/dev/ahci')
-rw-r--r-- | sys/dev/ahci/ahci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index 60d79e8..a827b87 100644 --- a/sys/dev/ahci/ahci.c +++ b/sys/dev/ahci/ahci.c @@ -351,6 +351,7 @@ static struct { {0x0d8d10de, 0x00, "NVIDIA MCP89", AHCI_Q_NOAA}, {0x0d8e10de, 0x00, "NVIDIA MCP89", AHCI_Q_NOAA}, {0x0d8f10de, 0x00, "NVIDIA MCP89", AHCI_Q_NOAA}, + {0x3781105a, 0x00, "Promise TX8660", 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}, |