Add more USB host controller PCI ID's.

Submitted by:	Gary Jennejohn <gljennjohn@gmail.com>
MFC after:	1 week
Sponsored by:	NVIDIA Networking
This commit is contained in:
Hans Petter Selasky 2022-02-08 00:28:57 +01:00
parent 6426978617
commit e85af89fa7

View file

@ -129,6 +129,8 @@ xhci_pci_match(device_t self)
return ("ASMedia ASM1042 USB 3.0 controller");
case 0x11421b21:
return ("ASMedia ASM1042A USB 3.0 controller");
case 0x13431b21:
return ("ASMedia ASM1143 USB 3.1 controller");
case 0x32421b21:
return ("ASMedia ASM3242 USB 3.2 controller");