aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/pci/fixup.c
Commit message (Collapse)AuthorAgeFilesLines
* [IA64] use dev_printk in video quirkBjorn Helgaas2008-03-061-1/+1
| | | | | | | Convert quirk printks to dev_printk(). Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
* PCI: fix pci_fixup_video as it blows up on sparc64Eiichiro Oiwa2006-10-271-0/+69
This reverts much of the original pci_fixup_video change and makes it work for all arches that need it. fixed, and tested on x86, x86_64 and IA64 dig. Signed-off-by: Eiichiro Oiwa <eiichiro.oiwa.nm@hitachi.com> Acked-by: David Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>