search for: ehci_device_ich5_db

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

2003 Aug 01
2
kern/55094: Intel USB 2.0 unrecognized (partial patch provided)
...1033 #define PCI_EHCI_VENDORID_OPTI 0x1045 #define PCI_EHCI_VENDORID_SIS 0x1039 @@ -87,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";...