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: _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"