Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139309
b: refs/heads/master
c: 7bc9e77
h: refs/heads/master
i:
  139307: 67c1024
v: v3
  • Loading branch information
Bjorn Helgaas authored and Jesse Barnes committed Mar 20, 2009
1 parent e1d19bb commit 950317c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 600914ba524130583fa5acdd00df4aa7aa44b173
refs/heads/master: 7bc9e77dcc6edf6ce0b3e4677b1e7f4a05b95b85
6 changes: 3 additions & 3 deletions trunk/arch/x86/pci/early.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@ void early_dump_pci_device(u8 bus, u8 slot, u8 func)
int j;
u32 val;

printk(KERN_INFO "PCI: %02x:%02x:%02x", bus, slot, func);
printk(KERN_INFO "pci 0000:%02x:%02x.%d config space:",
bus, slot, func);

for (i = 0; i < 256; i += 4) {
if (!(i & 0x0f))
printk("\n%04x:",i);
printk("\n %02x:",i);

val = read_pci_config(bus, slot, func, i);
for (j = 0; j < 4; j++) {
Expand Down Expand Up @@ -115,4 +116,3 @@ void early_dump_pci_devices(void)
}
}
}

0 comments on commit 950317c

Please sign in to comment.