diff options
author | mav <mav@FreeBSD.org> | 2013-04-10 17:43:20 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2013-04-10 17:43:20 +0000 |
commit | d03d8a4ecf974e2848635244ba12fae0c4aa285c (patch) | |
tree | 679cee31e16f1f7995ef197190cf64e1f97476fd /sys/dev/usb/controller/xhci_pci.c | |
parent | 42e90ceb67bed2f7a4527885fff1118d67df465b (diff) | |
download | FreeBSD-src-d03d8a4ecf974e2848635244ba12fae0c4aa285c.zip FreeBSD-src-d03d8a4ecf974e2848635244ba12fae0c4aa285c.tar.gz |
Add ID for ASMedia ASM1042 USB 3.0 controller.
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/controller/xhci_pci.c')
-rw-r--r-- | sys/dev/usb/controller/xhci_pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index 9f069dd..d2c9035 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: |