patch-2.3.99-pre2 linux/include/asm-mips64/pci.h
Next file: linux/include/asm-ppc/page.h
Previous file: linux/include/asm-mips64/page.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Thu Mar 16 11:28:58 2000
- Orig file:
v2.3.99-pre1/linux/include/asm-mips64/pci.h
- Orig date:
Sat Feb 26 22:31:57 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/include/asm-mips64/pci.h linux/include/asm-mips64/pci.h
@@ -7,6 +7,8 @@
#ifndef _ASM_PCI_H
#define _ASM_PCI_H
+#ifdef __KERNEL__
+
/* Can be used to override the logic in pci_scan_bus for skipping
already-configured bus numbers - to be used for buggy BIOSes
or architectures with incomplete PCI setup by the loader */
@@ -16,7 +18,10 @@
#define PCIBIOS_MIN_IO 0x1000
#define PCIBIOS_MIN_MEM 0x10000000
-#ifdef __KERNEL__
+extern inline void pcibios_set_master(struct pci_dev *dev)
+{
+ /* No special bus mastering setup handling */
+}
/*
* Dynamic DMA mapping stuff.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)