diff options
author | Alexander Motin <mav@FreeBSD.org> | 2016-03-29 09:14:28 +0000 |
---|---|---|
committer | Alexander Motin <mav@FreeBSD.org> | 2016-03-29 09:14:28 +0000 |
commit | c18e981222a9461b51b7726756dcd2fcef02a880 (patch) | |
tree | 03c1b35671a9fbf5cafd8be693951ddab404abfb | |
parent | 42bf69b22f113c18432052ef9be47fef209e4049 (diff) |
Notes
-rw-r--r-- | sys/dev/usb/controller/uhci_pci.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/uhci_pci.c b/sys/dev/usb/controller/uhci_pci.c index a7db9a960b22..0c5d99f29fc7 100644 --- a/sys/dev/usb/controller/uhci_pci.c +++ b/sys/dev/usb/controller/uhci_pci.c @@ -161,6 +161,12 @@ uhci_pci_match(device_t self) case 0x24de8086: return ("Intel 82801EB (ICH5) USB controller USB-D"); + case 0x25a98086: + return ("Intel 6300ESB USB controller USB-A"); + + case 0x25aa8086: + return ("Intel 6300ESB USB controller USB-B"); + case 0x26588086: return ("Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-A"); |