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:
arch import user (historical) 2005-07-06 16:49:54 +00:00
parent 72c3b053d8
commit 0093e36d9b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ static void dump_pci_device(unsigned dev)
print_debug_pci_dev(dev);
print_debug("\r\n");
for(i = 0; i <= 255; i++) {
for(i = 0; i < 256; i++) {
unsigned char val;
if ((i & 0x0f) == 0) {
print_debug_hex8(i);