svn commit: r355113 - in head/sys/dev: ahci usb/controller

Alexander Motin mav at FreeBSD.org
Tue Nov 26 15:52:20 UTC 2019


Author: mav
Date: Tue Nov 26 15:52:19 2019
New Revision: 355113
URL: https://svnweb.freebsd.org/changeset/base/355113

Log:
  Add some IDs of Intel Wildcat Point-LP.
  
  MFC after:	1 week

Modified:
  head/sys/dev/ahci/ahci_pci.c
  head/sys/dev/usb/controller/ehci_pci.c

Modified: head/sys/dev/ahci/ahci_pci.c
==============================================================================
--- head/sys/dev/ahci/ahci_pci.c	Tue Nov 26 15:24:06 2019	(r355112)
+++ head/sys/dev/ahci/ahci_pci.c	Tue Nov 26 15:52:19 2019	(r355113)
@@ -212,6 +212,10 @@ 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},
+	{0x9c838086, 0x00, "Intel Wildcat Point-LP",	0},
+	{0x9c858086, 0x00, "Intel Wildcat Point-LP (RAID)",	0},
+	{0x9c878086, 0x00, "Intel Wildcat Point-LP (RAID)",	0},
+	{0x9c8f8086, 0x00, "Intel Wildcat 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},

Modified: head/sys/dev/usb/controller/ehci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/ehci_pci.c	Tue Nov 26 15:24:06 2019	(r355112)
+++ head/sys/dev/usb/controller/ehci_pci.c	Tue Nov 26 15:52:19 2019	(r355113)
@@ -182,6 +182,8 @@ ehci_pci_match(device_t self)
 		return ("Intel Wellsburg USB 2.0 controller");
 	case 0x9c268086:
 		return ("Intel Lynx Point-LP USB 2.0 controller");
+	case 0x9ca68086:
+		return ("Intel Wildcat Point-LP USB 2.0 controller");
 
 	case 0x00e01033:
 		return ("NEC uPD 72010x USB 2.0 controller");


More information about the svn-src-head mailing list