Author: mav
Date: Thu Aug  6 15:17:44 2020
New Revision: 363955
URL: https://svnweb.freebsd.org/changeset/base/363955

Log:
  Add Intel Apollo Lake AHCI ID.
  
  Submitted by: Dmitry Luhtionov <dmitryluhtio...@gmail.com>
  MFC after:    1 week

Modified:
  head/sys/dev/ahci/ahci_pci.c

Modified: head/sys/dev/ahci/ahci_pci.c
==============================================================================
--- head/sys/dev/ahci/ahci_pci.c        Thu Aug  6 14:16:07 2020        
(r363954)
+++ head/sys/dev/ahci/ahci_pci.c        Thu Aug  6 15:17:44 2020        
(r363955)
@@ -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},
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to