Add quirk for USB 3.0 PCI device.

Submitted by:	Gary Jennejohn <gj@freebsd.org>
MFC after:	1 week
This commit is contained in:
Hans Petter Selasky 2015-10-08 13:39:27 +00:00
parent 0840f9483d
commit 0e8fa8c3bc

View File

@ -199,6 +199,7 @@ xhci_pci_attach(device_t self)
switch (pci_get_devid(self)) {
case 0x01941033: /* NEC uPD720200 USB 3.0 controller */
case 0x00141912: /* NEC uPD720201 USB 3.0 controller */
/* Don't use 64-bit DMA on these controllers. */
usedma32 = 1;
break;