patch-2.3.99-pre2 linux/include/asm-ppc/pci.h

Next file: linux/include/asm-sh/page.h
Previous file: linux/include/asm-ppc/page.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre1/linux/include/asm-ppc/pci.h linux/include/asm-ppc/pci.h
@@ -10,6 +10,11 @@
 #define PCIBIOS_MIN_IO		0x1000
 #define PCIBIOS_MIN_MEM		0x10000000
 
+extern inline void pcibios_set_master(struct pci_dev *dev)
+{
+	/* No special bus mastering setup handling */
+}
+
 /* Dynamic DMA Mapping stuff
  * 	++ajoshi
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)