summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/ehci_pci.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2014-01-05 22:49:54 +0000
committermav <mav@FreeBSD.org>2014-01-05 22:49:54 +0000
commit59357c8a6d325489510b60de6756af18679b8560 (patch)
tree3606c3c48f857a1ffbd22068154660b07c01a1f8 /sys/dev/usb/controller/ehci_pci.c
parentd0f66a4aefab53ce664db662e32eb481dabf057c (diff)
downloadFreeBSD-src-59357c8a6d325489510b60de6756af18679b8560.zip
FreeBSD-src-59357c8a6d325489510b60de6756af18679b8560.tar.gz
MFC r258162:
Add some more IDs for Intel ATA, AHCI and USB controllers.
Diffstat (limited to 'sys/dev/usb/controller/ehci_pci.c')
-rw-r--r--sys/dev/usb/controller/ehci_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c
index 6914f50..3730382 100644
--- a/sys/dev/usb/controller/ehci_pci.c
+++ b/sys/dev/usb/controller/ehci_pci.c
@@ -124,6 +124,8 @@ ehci_pci_match(device_t self)
return ("Intel Panther Point USB 2.0 controller");
case 0x1e2d8086:
return ("Intel Panther Point USB 2.0 controller");
+ case 0x1f2c8086:
+ return ("Intel Avoton USB 2.0 controller");
case 0x25ad8086:
return "Intel 6300ESB USB 2.0 controller";
case 0x24cd8086:
OpenPOWER on IntegriCloud