diff options
author | mav <mav@FreeBSD.org> | 2011-08-24 09:08:07 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2011-08-24 09:08:07 +0000 |
commit | d6dc47f4fc80b7f9116ce40faeb5352cbf9142cc (patch) | |
tree | 10466ebb50aa12c97170cc4547187d450a4ad4bc /sys/dev/ahci | |
parent | 8d7a219360c66422861aa7acca3c42cc447d7c7e (diff) | |
download | FreeBSD-src-d6dc47f4fc80b7f9116ce40faeb5352cbf9142cc.zip FreeBSD-src-d6dc47f4fc80b7f9116ce40faeb5352cbf9142cc.tar.gz |
Add ID for ASMedia ASM1061 2-port PCIe 2.0 x1 6Gb/s SATA controller.
Approved by: re (blackend)
MFC after: 1 week
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 ccb4bc08..7be4cdb 100644 --- a/sys/dev/ahci/ahci.c +++ b/sys/dev/ahci/ahci.c @@ -128,6 +128,7 @@ static struct { {0x43931002, 0x00, "ATI IXP700", 0}, {0x43941002, 0x00, "ATI IXP800", 0}, {0x43951002, 0x00, "ATI IXP800", 0}, + {0x06121b21, 0x00, "ASMedia ASM1061", 0}, {0x26528086, 0x00, "Intel ICH6", AHCI_Q_NOFORCE}, {0x26538086, 0x00, "Intel ICH6M", AHCI_Q_NOFORCE}, {0x26818086, 0x00, "Intel ESB2", 0}, |