From d03d8a4ecf974e2848635244ba12fae0c4aa285c Mon Sep 17 00:00:00 2001 From: mav Date: Wed, 10 Apr 2013 17:43:20 +0000 Subject: [PATCH] Add ID for ASMedia ASM1042 USB 3.0 controller. MFC after: 1 week --- sys/dev/usb/controller/xhci_pci.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index 9f069dd5378e..d2c903591fbc 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -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: