Date: Wed, 5 Feb 2014 14:55:35 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 1190649 for review Message-ID: <201402051455.s15EtZjU098787@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@1190649?ac=10 Change 1190649 by jhb@jhb_ralph on 2014/02/05 14:55:29 Compile. Affected files ... .. //depot/projects/pci/sys/dev/pci/pci.c#54 edit Differences ... ==== //depot/projects/pci/sys/dev/pci/pci.c#54 (text+ko) ==== @@ -3256,10 +3256,10 @@ /* Quirk handling. */ switch (pci_get_devid(dev)) { case 0x12258086: /* Intel 82454KX/GX (Orion) */ - supbus = pci_read_config(dev, 0x41, 1); - if (supbus != 0xff) { - sec_bus = supbus + 1; - sub_bus = supbus + 1; + sup_bus = pci_read_config(dev, 0x41, 1); + if (sup_bus != 0xff) { + sec_bus = sup_bus + 1; + sub_bus = sup_bus + 1; } break;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051455.s15EtZjU098787>