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

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

diff -u --recursive --new-file v2.3.99-pre1/linux/include/asm-ia64/pci.h linux/include/asm-ia64/pci.h
@@ -11,6 +11,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 API.
  * IA-64 has everything mapped statically.

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