search for: ehci_device_ich5_eb

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

Did you mean: ehci_device_ich5_db
2003 Aug 01
2
kern/55094: Intel USB 2.0 unrecognized (partial patch provided)
...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_DEVICEID_NEC: return (ehci_device_nec); + case PCI_...