Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 00:40:41 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r364183 - stable/12/sys/dev/ahci
Message-ID:  <202008130040.07D0ef9A095240@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Thu Aug 13 00:40:40 2020
New Revision: 364183
URL: https://svnweb.freebsd.org/changeset/base/364183

Log:
  MFC r363955: Add Intel Apollo Lake AHCI ID.

Modified:
  stable/12/sys/dev/ahci/ahci_pci.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/ahci/ahci_pci.c
==============================================================================
--- stable/12/sys/dev/ahci/ahci_pci.c	Thu Aug 13 00:19:05 2020	(r364182)
+++ stable/12/sys/dev/ahci/ahci_pci.c	Thu Aug 13 00:40:40 2020	(r364183)
@@ -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},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008130040.07D0ef9A095240>