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

Marius Strobl marius at FreeBSD.org
Mon May 28 19:55:52 UTC 2018


Author: marius
Date: Mon May 28 19:55:51 2018
New Revision: 334293
URL: https://svnweb.freebsd.org/changeset/base/334293

Log:
  Describe Fresco Logic FL1100 USB 3.0 controllers.

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

Modified: head/sys/dev/usb/controller/xhci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/xhci_pci.c	Mon May 28 18:34:16 2018	(r334292)
+++ head/sys/dev/usb/controller/xhci_pci.c	Mon May 28 19:55:51 2018	(r334293)
@@ -113,6 +113,8 @@ xhci_pci_match(device_t self)
 
 	case 0x10001b73:
 		return ("Fresco Logic FL1000G USB 3.0 controller");
+	case 0x11001b73:
+		return ("Fresco Logic FL1100 USB 3.0 controller");
 
 	case 0x10421b21:
 		return ("ASMedia ASM1042 USB 3.0 controller");


More information about the svn-src-head mailing list