aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2021-11-06 03:05:15 +0000
committerAlexander Motin <mav@FreeBSD.org>2021-11-06 03:06:59 +0000
commitdc238358f9f48ee4c983e2131656edb15636ab9e (patch)
tree1a5eb8e337cd4d37e12f8cd5da80ad319235935b /sys/dev/ahci
parente900338c0987603456df8d9a8aeec5c239106d0b (diff)
downloadsrc-dc238358f9f48ee4c983e2131656edb15636ab9e.tar.gz
src-dc238358f9f48ee4c983e2131656edb15636ab9e.zip
Add some of Intel Alder Lake device IDs.
MFC after: 1 week
Diffstat (limited to 'sys/dev/ahci')
-rw-r--r--sys/dev/ahci/ahci_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c
index b60119f3ab64..9e4987e38bfb 100644
--- a/sys/dev/ahci/ahci_pci.c
+++ b/sys/dev/ahci/ahci_pci.c
@@ -191,6 +191,7 @@ static const struct {
{0x23a38086, 0x00, "Intel Coleto Creek", 0},
{0x31e38086, 0x00, "Intel Gemini Lake", 0},
{0x5ae38086, 0x00, "Intel Apollo Lake", 0},
+ {0x7ae28086, 0x00, "Intel Alder Lake", 0},
{0x8c028086, 0x00, "Intel Lynx Point", 0},
{0x8c038086, 0x00, "Intel Lynx Point", 0},
{0x8c048086, 0x00, "Intel Lynx Point (RAID)", 0},