diff options
author | hselasky <hselasky@FreeBSD.org> | 2014-08-12 12:22:39 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2014-08-12 12:22:39 +0000 |
commit | 9320d659207988a87c4ced258c2703feb3000ecc (patch) | |
tree | 96b5471f01d9617485151b5e61f569a3e42bc03a /sys/dev/usb/controller/ehci_pci.c | |
parent | c46b6137cd9d134989a45a339cf740741fddc36f (diff) | |
download | FreeBSD-src-9320d659207988a87c4ced258c2703feb3000ecc.zip FreeBSD-src-9320d659207988a87c4ced258c2703feb3000ecc.tar.gz |
MFC r257594:
Add description of two EHCI PCI IDs.
Diffstat (limited to 'sys/dev/usb/controller/ehci_pci.c')
-rw-r--r-- | sys/dev/usb/controller/ehci_pci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 3730382..a6b1fa6 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -154,6 +154,10 @@ ehci_pci_match(device_t self) return ("Intel PCH USB 2.0 controller USB-A"); case 0x3b3c8086: return ("Intel PCH USB 2.0 controller USB-B"); + case 0x8c268086: + return ("Intel Lynx Point USB 2.0 controller USB-A"); + case 0x8c2d8086: + return ("Intel Lynx Point USB 2.0 controller USB-B"); case 0x00e01033: return ("NEC uPD 720100 USB 2.0 controller"); |