Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/delay.h>
#include <linux/string.h>
#include <linux/init.h>
#include <linux/bootmem.h>
#include <linux/irq.h>
#include <asm/sections.h>
#include <asm/io.h>
#include <asm/prom.h>
#include <asm/pci-bridge.h>
#include <asm/machdep.h>
#include <asm/iommu.h>
#include <asm/ppc-pci.h>
#include "maple.h"
Go to the source code of this file.
Macros | |
#define | DBG(x...) |
Functions | |
void __devinit | maple_pci_irq_fixup (struct pci_dev *dev) |
void __init | maple_pci_init (void) |
int | maple_pci_get_legacy_ide_irq (struct pci_dev *pdev, int channel) |
DECLARE_PCI_FIXUP_FINAL (PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_OBSIDIAN, quirk_ipr_msi) | |
DECLARE_PCI_FIXUP_FINAL | ( | PCI_VENDOR_ID_IBM | , |
PCI_DEVICE_ID_IBM_OBSIDIAN | , | ||
quirk_ipr_msi | |||
) |