alistair23-linux/drivers/pci/pcie
Vincent Legoll f393d9b130 PCI: probing debug message uniformization
This patch uniformizes PCI probing debug boot messages with dev_printk()
intead of manual printk()

It changes adress range output from [%llx, %llx] to [%#llx-%#llx], like
in pci_request_region().

For example, it goes from the mixed-style:

PCI: 0000:00:1b.0 reg 10 64bit mmio: [f4280000, f4283fff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold

to uniform:

pci 0000:00:1b.0: reg 10 64bit mmio: [0xf4280000-0xf4283fff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold

This patch has been runtime tested, boot log messages diffed, everything
looks OK.

Acked-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2008-10-20 11:01:45 -07:00
..
aer PCI: add acpi_find_root_bridge_handle 2008-08-18 13:48:04 -07:00
aspm.c PCI: probing debug message uniformization 2008-10-20 11:01:45 -07:00
Kconfig PCI Express ASPM support should default to 'No' 2008-04-23 15:41:14 -07:00
Makefile PCI: add PCI Express ASPM support 2008-04-20 21:47:03 -07:00
portdrv.h PCI: pcie-check-and-return-bus_register-errors fix 2006-10-18 11:36:10 -07:00
portdrv_bus.c PCIe: fix 'symbol not declared' sparse warnings 2008-06-10 10:59:55 -07:00
portdrv_core.c PCIE: port driver: use dev_printk when possible 2008-06-25 16:05:19 -07:00
portdrv_pci.c PCI: follow lspci device/vendor style 2008-10-20 10:53:43 -07:00