search for: pci_ehci_deviceid_intel_eb

Displaying 1 result from an estimated 1 matches for "pci_ehci_deviceid_intel_eb".

2003 Aug 01
2
kern/55094: Intel USB 2.0 unrecognized (partial patch provided)
...7,6 +88,13 @@ #define PCI_EHCI_DEVICEID_NEC 0x00e01033 static const char *ehci_device_nec = "NEC uPD 720100 USB 2.0 controller"; +#define PCI_EHCI_DEVICEID_INTEL_DB 0x24cd8086 +static const char *ehci_device_ich5_db = + "Intel 82801DB (ICH5) USB 2.0 controller"; +#define PCI_EHCI_DEVICEID_INTEL_EB 0x24dd8086 +static const char *ehci_device_ich5_eb = + "Intel 82801EB (ICH5) USB 2.0 controller"; + static const char *ehci_device_generic = "EHCI (generic) USB 2.0 controller"; #define PCI_EHCI_BASE_REG 0x10 @@ -103,6 +111,10 @@ switch (device_id) { case PCI_EHCI_DEV...