search for: pci_ehci_vendorid_nec

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

2003 Aug 01
2
kern/55094: Intel USB 2.0 unrecognized (partial patch provided)
...--- sys/dev/usb/ehci_pci.c.orig Thu Jul 31 23:22:28 2003 +++ sys/dev/usb/ehci_pci.c Thu Jul 31 23:28:03 2003 @@ -80,6 +80,7 @@ #define PCI_EHCI_VENDORID_AMD 0x1022 #define PCI_EHCI_VENDORID_APPLE 0x106b #define PCI_EHCI_VENDORID_CMDTECH 0x1095 +#define PCI_EHCI_VENDORID_INTEL 0x8086 #define PCI_EHCI_VENDORID_NEC 0x1033 #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 ch...