svn commit: r249624 - stable/9/sys/dev/usb/controller
Alexander Motin
mav at FreeBSD.org
Thu Apr 18 13:19:41 UTC 2013
Author: mav
Date: Thu Apr 18 13:19:41 2013
New Revision: 249624
URL: http://svnweb.freebsd.org/changeset/base/249624
Log:
MFC r249336:
Add ID for ASMedia ASM1042 USB 3.0 controller.
Modified:
stable/9/sys/dev/usb/controller/xhci_pci.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props changed)
Modified: stable/9/sys/dev/usb/controller/xhci_pci.c
==============================================================================
--- stable/9/sys/dev/usb/controller/xhci_pci.c Thu Apr 18 13:09:04 2013 (r249623)
+++ stable/9/sys/dev/usb/controller/xhci_pci.c Thu Apr 18 13:19:41 2013 (r249624)
@@ -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-stable-9
mailing list