diff options
author | mav <mav@FreeBSD.org> | 2014-01-05 22:49:54 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2014-01-05 22:49:54 +0000 |
commit | 59357c8a6d325489510b60de6756af18679b8560 (patch) | |
tree | 3606c3c48f857a1ffbd22068154660b07c01a1f8 /sys/dev/usb/controller/ehci_pci.c | |
parent | d0f66a4aefab53ce664db662e32eb481dabf057c (diff) | |
download | FreeBSD-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.c | 2 |
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: |