svn commit: r249336 - head/sys/dev/usb/controller
Alexander Motin
mav at FreeBSD.org
Wed Apr 10 17:43:20 UTC 2013
Author: mav
Date: Wed Apr 10 17:43:20 2013
New Revision: 249336
URL: http://svnweb.freebsd.org/changeset/base/249336
Log:
Add ID for ASMedia ASM1042 USB 3.0 controller.
MFC after: 1 week
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 Wed Apr 10 16:09:45 2013 (r249335)
+++ head/sys/dev/usb/controller/xhci_pci.c Wed Apr 10 17:43:20 2013 (r249336)
@@ -99,6 +99,9 @@ xhci_pci_match(device_t self)
case 0x01941033:
return ("NEC uPD720200 USB 3.0 controller");
+ case 0x10421b21:
+ return ("ASMedia ASM1042 USB 3.0 controller");
+
case 0x1e318086:
return ("Intel Panther Point USB 3.0 controller");
case 0x8c318086:
More information about the svn-src-head
mailing list