diff options
author | mav <mav@FreeBSD.org> | 2016-05-03 15:27:47 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2016-05-03 15:27:47 +0000 |
commit | c3175c64dafd12e981a01665a9422459847df20a (patch) | |
tree | 579eeba91d49661ea37090fdd89dbfb23dfddc77 /sys/dev/ahci/ahci_pci.c | |
parent | 838f7d1304c723206899cd4965a1a8ba0761d68f (diff) | |
download | FreeBSD-src-c3175c64dafd12e981a01665a9422459847df20a.zip FreeBSD-src-c3175c64dafd12e981a01665a9422459847df20a.tar.gz |
Add some device IDs from Intel Sunrise Point chipsets.
MFC after: 2 weeks
Diffstat (limited to 'sys/dev/ahci/ahci_pci.c')
-rw-r--r-- | sys/dev/ahci/ahci_pci.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c index 11e89c5..6b6a1a6 100644 --- a/sys/dev/ahci/ahci_pci.c +++ b/sys/dev/ahci/ahci_pci.c @@ -176,6 +176,15 @@ static const struct { {0x9c078086, 0x00, "Intel Lynx Point-LP (RAID)", 0}, {0x9c0e8086, 0x00, "Intel Lynx Point-LP (RAID)", 0}, {0x9c0f8086, 0x00, "Intel Lynx Point-LP (RAID)", 0}, + {0x9d038086, 0x00, "Intel Sunrise Point-LP", 0}, + {0x9d058086, 0x00, "Intel Sunrise Point-LP (RAID)", 0}, + {0x9d078086, 0x00, "Intel Sunrise Point-LP (RAID)", 0}, + {0xa1028086, 0x00, "Intel Sunrise Point", 0}, + {0xa1038086, 0x00, "Intel Sunrise Point", 0}, + {0xa1058086, 0x00, "Intel Sunrise Point (RAID)", 0}, + {0xa1068086, 0x00, "Intel Sunrise Point (RAID)", 0}, + {0xa1078086, 0x00, "Intel Sunrise Point (RAID)", 0}, + {0xa10f8086, 0x00, "Intel Sunrise Point (RAID)", 0}, {0x23238086, 0x00, "Intel DH89xxCC", 0}, {0x2360197b, 0x00, "JMicron JMB360", 0}, {0x2361197b, 0x00, "JMicron JMB361", AHCI_Q_NOFORCE}, |