[coreboot] [commit] r5426 - in trunk/src: cpu/amd/mtrr cpu/x86/mtrr lib mainboard/amd/dbm690t mainboard/amd/mahogany mainboard/amd/mahogany_fam10 mainboard/amd/pistachio mainboard/amd/serengeti_cheetah_fam10 ...

Myles Watson mylesgw at gmail.com
Wed Apr 14 14:36:34 CEST 2010


On Wed, Apr 14, 2010 at 5:40 AM, repository service <svn at coreboot.org>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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100414/5340744a/attachment.html>


More information about the coreboot mailing list