patch-2.3.99-pre2 linux/include/asm-sparc/pci.h
Next file: linux/include/asm-sparc64/atomic.h
Previous file: linux/include/asm-sparc/page.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Thu Mar 16 11:28:57 2000
- Orig file:
v2.3.99-pre1/linux/include/asm-sparc/pci.h
- Orig date:
Sun Feb 20 21:12:39 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/include/asm-sparc/pci.h linux/include/asm-sparc/pci.h
@@ -1,6 +1,8 @@
#ifndef __SPARC_PCI_H
#define __SPARC_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.
@@ -10,7 +12,10 @@
#define PCIBIOS_MIN_IO 0UL
#define PCIBIOS_MIN_MEM 0UL
-#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)