Add new USB PCI ID.

Submitted by:		Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after:		1 week
Sponsored by:		Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2019-03-28 09:00:56 +00:00
parent dac21b8d14
commit b55bfda75c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345633

View file

@ -149,6 +149,8 @@ xhci_pci_match(device_t self)
return ("Intel Lewisburg USB 3.0 controller");
case 0xa2af8086:
return ("Intel Union Point USB 3.0 controller");
case 0x36d88086:
return ("Intel Cannon Lake USB 3.1 controller");
case 0xa01b177d:
return ("Cavium ThunderX USB 3.0 controller");