Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2019 14:47:50 +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: r355328 - in stable/12/sys/dev: ahci usb/controller
Message-ID:  <201912031447.xB3EloFR017759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Tue Dec  3 14:47:50 2019
New Revision: 355328
URL: https://svnweb.freebsd.org/changeset/base/355328

Log:
  MFC r355113: Add some IDs of Intel Wildcat Point-LP.

Modified:
  stable/12/sys/dev/ahci/ahci_pci.c
  stable/12/sys/dev/usb/controller/ehci_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	Tue Dec  3 14:46:38 2019	(r355327)
+++ stable/12/sys/dev/ahci/ahci_pci.c	Tue Dec  3 14:47:50 2019	(r355328)
@@ -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: stable/12/sys/dev/usb/controller/ehci_pci.c
==============================================================================
--- stable/12/sys/dev/usb/controller/ehci_pci.c	Tue Dec  3 14:46:38 2019	(r355327)
+++ stable/12/sys/dev/usb/controller/ehci_pci.c	Tue Dec  3 14:47:50 2019	(r355328)
@@ -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");



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