Page MenuHomeFreeBSD

D38923.id.diff
No OneTemporary

D38923.id.diff

diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c
--- a/sys/dev/usb/controller/ehci_pci.c
+++ b/sys/dev/usb/controller/ehci_pci.c
@@ -96,7 +96,7 @@
#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 @@
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 @@
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",

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 12, 11:51 PM (8 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31381086
Default Alt Text
D38923.id.diff (1 KB)

Event Timeline