diff options
author | mav <mav@FreeBSD.org> | 2013-11-15 10:28:59 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2013-11-15 10:28:59 +0000 |
commit | 616c9705f8244383b4b14b2156f0bef150837f6f (patch) | |
tree | b572ccc41509a9540d2f0e73d2d51ca77da66102 /sys/dev/usb/controller/ehci_pci.c | |
parent | d712dfff74f1b6f1f38c92c44b6fb8fdf716b49a (diff) | |
download | FreeBSD-src-616c9705f8244383b4b14b2156f0bef150837f6f.zip FreeBSD-src-616c9705f8244383b4b14b2156f0bef150837f6f.tar.gz |
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 a5bed9e..a6b1fa6 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: |