Author: hselasky Date: Mon Sep 14 07:08:29 2015 New Revision: 287772 URL: https://svnweb.freebsd.org/changeset/base/287772
Log: Correct PCI ID. Submitted by: Dmitry Luhtionov <[email protected]> MFC after: 1 month PR: 202807 Modified: head/sys/dev/usb/controller/uhci_pci.c Modified: head/sys/dev/usb/controller/uhci_pci.c ============================================================================== --- head/sys/dev/usb/controller/uhci_pci.c Mon Sep 14 06:10:49 2015 (r287771) +++ head/sys/dev/usb/controller/uhci_pci.c Mon Sep 14 07:08:29 2015 (r287772) @@ -223,7 +223,7 @@ uhci_pci_match(device_t self) case 0x76028086: return ("Intel 82372FB/82468GX USB controller"); - case 0x3309103c: + case 0x3300103c: return ("HP iLO Standard Virtual USB controller"); case 0x30381106: _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
