diff options
author | Alexander Motin <mav@FreeBSD.org> | 2020-08-06 15:17:44 +0000 |
---|---|---|
committer | Alexander Motin <mav@FreeBSD.org> | 2020-08-06 15:17:44 +0000 |
commit | 32e50ae4647aca43192e9d3147327be3c8c14825 (patch) | |
tree | 5bb0f1869842e4d97bf95cf5cb7fb8034bce8a08 /sys | |
parent | c178a7e73ccb042a30b8a3634e5d92e2ae83c41e (diff) | |
download | src-test2-32e50ae4647aca43192e9d3147327be3c8c14825.tar.gz src-test2-32e50ae4647aca43192e9d3147327be3c8c14825.zip |
Notes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ahci/ahci_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c index 6f87efb6bb9c..1ff0d5a873a1 100644 --- a/sys/dev/ahci/ahci_pci.c +++ b/sys/dev/ahci/ahci_pci.c @@ -180,6 +180,7 @@ static const struct { {0x1f3e8086, 0x00, "Intel Avoton (RAID)", 0}, {0x1f3f8086, 0x00, "Intel Avoton (RAID)", 0}, {0x23a38086, 0x00, "Intel Coleto Creek", 0}, + {0x5ae38086, 0x00, "Intel Apollo Lake", 0}, {0x8c028086, 0x00, "Intel Lynx Point", 0}, {0x8c038086, 0x00, "Intel Lynx Point", 0}, {0x8c048086, 0x00, "Intel Lynx Point (RAID)", 0}, |