svn commit: r340059 - head/sys/dev/usb/controller

Hans Petter Selasky hselasky at FreeBSD.org
Fri Nov 2 15:03:53 UTC 2018


Author: hselasky
Date: Fri Nov  2 15:03:52 2018
New Revision: 340059
URL: https://svnweb.freebsd.org/changeset/base/340059

Log:
  Add new USB v2.0 PCI ID.
  
  Submitted by:		Dmitry Luhtionov <dmitryluhtionov at gmail.com>
  Sponsored by:		Mellanox Technologies

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

Modified: head/sys/dev/usb/controller/ehci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/ehci_pci.c	Fri Nov  2 15:02:44 2018	(r340058)
+++ head/sys/dev/usb/controller/ehci_pci.c	Fri Nov  2 15:03:52 2018	(r340059)
@@ -210,6 +210,9 @@ ehci_pci_match(device_t self)
 	case 0x15621131:
 		return "Philips ISP156x USB 2.0 controller";
 
+	case 0x70021039:
+		return "SiS 968 USB 2.0 controller";
+
 	case 0x31041106:
 		return ("VIA VT6202 USB 2.0 controller");
 


More information about the svn-src-head mailing list