ehci(4): Correct PCI device ID for Zhaoxin USB 2.0 controller

And minor style fixes.

Tested by:	Weitao Wang <WeitaoWang-oc@zhaoxin.com>
Fixes:		f9237e1937 ehci(4): Add new USB IDs
Differential Revision:	https://reviews.freebsd.org/D38923
This commit is contained in:
Zhenlei Huang 2023-03-18 01:24:46 +08:00
parent f50f53931e
commit 95b2d16b38

View File

@ -226,7 +226,7 @@ ehci_pci_match(device_t self)
case 0x077015ad:
return ("VMware USB 2.0 controller");
case 0x1d173104:
case 0x31041d17:
return ("Zhaoxin ZX-100/ZX-200/ZX-E USB 2.0 controller");
default: