#include <linux/string.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <linux/bootmem.h>
#include <linux/module.h>
#include <linux/cache.h>
#include <linux/slab.h>
#include <asm/machvec.h>
#include "proto.h"
#include "pci_impl.h"
Go to the source code of this file.
|
#define | KB 1024 |
|
#define | MB (1024*KB) |
|
#define | GB (1024*MB) |
|
|
| DECLARE_PCI_FIXUP_HEADER (PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82378, quirk_isa_bridge) |
|
| DECLARE_PCI_FIXUP_HEADER (PCI_VENDOR_ID_CONTAQ, PCI_DEVICE_ID_CONTAQ_82C693, quirk_cypress) |
|
| DECLARE_PCI_FIXUP_FINAL (PCI_ANY_ID, PCI_ANY_ID, pcibios_fixup_final) |
|
resource_size_t | pcibios_align_resource (void *data, const struct resource *res, resource_size_t size, resource_size_t align) |
|
| subsys_initcall (pcibios_init) |
|
void __devinit | pcibios_fixup_bus (struct pci_bus *bus) |
|
int | pcibios_enable_device (struct pci_dev *dev, int mask) |
|
void | pcibios_set_master (struct pci_dev *dev) |
|
void __init | pcibios_claim_one_bus (struct pci_bus *b) |
|
void __init | common_init_pci (void) |
|
struct pci_controller *__init | alloc_pci_controller (void) |
|
struct resource *__init | alloc_resource (void) |
|
asmlinkage long | sys_pciconfig_iobase (long which, unsigned long bus, unsigned long dfn) |
|
void | pci_iounmap (struct pci_dev *dev, void __iomem *addr) |
|
| EXPORT_SYMBOL (pci_iounmap) |
|
| EXPORT_SYMBOL (isa_bridge) |
|
Definition at line 55 of file pci.c.
Definition at line 55 of file pci.c.
Definition at line 44 of file pci.c.
Initial value:= {
"PCI IO bus 0", "PCI IO bus 1", "PCI IO bus 2", "PCI IO bus 3",
"PCI IO bus 4", "PCI IO bus 5", "PCI IO bus 6", "PCI IO bus 7"
}
Definition at line 34 of file pci.c.
Definition at line 56 of file pci.c.
Initial value:= {
"PCI mem bus 0", "PCI mem bus 1", "PCI mem bus 2", "PCI mem bus 3",
"PCI mem bus 4", "PCI mem bus 5", "PCI mem bus 6", "PCI mem bus 7"
}
Definition at line 39 of file pci.c.