diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-12-09 20:17:22 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-12-09 20:17:22 +0000 |
commit | c37e571e18c4bfcc44e2b5761765b816ffcf3e88 (patch) | |
tree | 8a7dfd90072ac7cd9f341eb9496ada835a33a842 /sys/dev/usb/controller/ehci_pci.c | |
parent | bba590a37220e1469f91ec5b72bc4a382cfdec75 (diff) | |
download | FreeBSD-src-c37e571e18c4bfcc44e2b5761765b816ffcf3e88.zip FreeBSD-src-c37e571e18c4bfcc44e2b5761765b816ffcf3e88.tar.gz |
Correct name, 82801IJ -> 82801JI
Submitted by: mitya_cabletv.dp.ua
Diffstat (limited to 'sys/dev/usb/controller/ehci_pci.c')
-rw-r--r-- | sys/dev/usb/controller/ehci_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 20cbf58..e68df3e 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -194,9 +194,9 @@ ehci_pci_match(device_t self) case 0x293c8086: return "Intel 82801I (ICH9) USB 2.0 controller"; case 0x3a3a8086: - return "Intel 82801IJ (ICH10) USB 2.0 controller USB-A"; + return "Intel 82801JI (ICH10) USB 2.0 controller USB-A"; case 0x3a3c8086: - return "Intel 82801IJ (ICH10) USB 2.0 controller USB-B"; + return "Intel 82801JI (ICH10) USB 2.0 controller USB-B"; case 0x00e01033: return ("NEC uPD 720100 USB 2.0 controller"); |