aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/early.c
Commit message (Collapse)AuthorAge
* x86: convert Dprintk to pr_debugThomas Gleixner2008-07-21
| | | | | | | | There are a couple of places where (P)Dprintk is used which is an old compile time enabled printk wrapper. Convert it to the generic pr_debug(). Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* PCI/x86: early dump pci conf space v2Yinghai Lu2008-06-10
| | | | | | | Allows us to dump PCI space before any kernel changes have been made. Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
* PCI/x86: write_pci_config_byte fix offsetYinghai Lu2008-06-10
| | | | | | | also add write_pci_config_16 Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
* i386: move pciThomas Gleixner2007-10-11
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>