Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-8
Creator: Yinghai Lu <yhlu@tyan.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1927 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
72c3b053d8
commit
0093e36d9b
|
@ -41,7 +41,7 @@ static void dump_pci_device(unsigned dev)
|
||||||
print_debug_pci_dev(dev);
|
print_debug_pci_dev(dev);
|
||||||
print_debug("\r\n");
|
print_debug("\r\n");
|
||||||
|
|
||||||
for(i = 0; i <= 255; i++) {
|
for(i = 0; i < 256; i++) {
|
||||||
unsigned char val;
|
unsigned char val;
|
||||||
if ((i & 0x0f) == 0) {
|
if ((i & 0x0f) == 0) {
|
||||||
print_debug_hex8(i);
|
print_debug_hex8(i);
|
||||||
|
|
Loading…
Reference in New Issue