[coreboot] [commit] r5444 - trunk/src/lib

repository service svn at coreboot.org
Thu Apr 15 14:43:08 CEST 2010


Author: stepan
Date: Thu Apr 15 14:43:07 2010
New Revision: 5444
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5444

Log:
Myles suspected this hangs certain machines, so back it out.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/lib/debug.c

Modified: trunk/src/lib/debug.c
==============================================================================
--- trunk/src/lib/debug.c	Thu Apr 15 14:41:11 2010	(r5443)
+++ trunk/src/lib/debug.c	Thu Apr 15 14:43:07 2010	(r5444)
@@ -33,7 +33,7 @@
 {
 	device_t dev;
 	for (dev = PCI_DEV(0, 0, 0);
-	     dev <= PCI_DEV(0xff, 0x1f, 0x7); dev += PCI_DEV(0, 0, 1)) {
+	     dev <= PCI_DEV(0x00, 0x1f, 0x7); dev += PCI_DEV(0, 0, 1)) {
 		u32 id;
 		id = pci_read_config32(dev, PCI_VENDOR_ID);
 		if (((id & 0xffff) == 0x0000) || ((id & 0xffff) == 0xffff)




More information about the coreboot mailing list