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

@ -96,7 +96,7 @@ __FBSDID("$FreeBSD$");
#define PCI_EHCI_VENDORID_NVIDIA2 0x10DE
#define PCI_EHCI_VENDORID_VIA 0x1106
#define PCI_EHCI_VENDORID_VMWARE 0x15ad
#define PCI_EHCI_VENDORID_ZHAOXIN 0x1d17
#define PCI_EHCI_VENDORID_ZHAOXIN 0x1d17
static device_probe_t ehci_pci_probe;
static device_attach_t ehci_pci_attach;
@ -226,8 +226,8 @@ ehci_pci_match(device_t self)
case 0x077015ad:
return ("VMware USB 2.0 controller");
case 0x1d173104:
return ("Zhaoxin ZX-100/ZX-200/ZX-E USB 2.0 controller");
case 0x31041d17:
return ("Zhaoxin ZX-100/ZX-200/ZX-E USB 2.0 controller");
default:
break;
@ -414,9 +414,9 @@ ehci_pci_attach(device_t self)
case PCI_EHCI_VENDORID_VMWARE:
sprintf(sc->sc_vendor, "VMware");
break;
case PCI_EHCI_VENDORID_ZHAOXIN:
sprintf(sc->sc_vendor, "Zhaoxin");
break;
case PCI_EHCI_VENDORID_ZHAOXIN:
sprintf(sc->sc_vendor, "Zhaoxin");
break;
default:
if (bootverbose)
device_printf(self, "(New EHCI DeviceId=0x%08x)\n",