On Wed, Apr 14, 2010 at 5:40 AM, repository service <[email protected]>wrote:
> Author: stepan > Date: Wed Apr 14 13:40:34 2010 > New Revision: 5426 > URL: https://tracker.coreboot.org/trac/coreboot/changeset/5426 > > Log: > drop quite a lot of dead code that did nothing but produce warnings and > make > the rest of the code unreadable. > > Modified: trunk/src/lib/debug.c > > ============================================================================== > --- trunk/src/lib/debug.c Wed Apr 14 12:12:23 2010 (r5425) > +++ trunk/src/lib/debug.c Wed Apr 14 13:40:34 2010 (r5426) > @@ -33,7 +33,7 @@ > { > device_t dev; > for (dev = PCI_DEV(0, 0, 0); > - dev <= PCI_DEV(0, 0x1f, 0x7); dev += PCI_DEV(0, 0, 1)) { > + dev <= PCI_DEV(0xff, 0x1f, 0x7); dev += PCI_DEV(0, 0, 1)) { > It looks like this slipped in. I thought it hangs some boards to probe PCI busses that aren't there. Thanks, Myles
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

