patch-2.4.20 linux-2.4.20/include/asm-sparc/pci.h

Next file: linux-2.4.20/include/asm-sparc/pconf.h
Previous file: linux-2.4.20/include/asm-sparc/kmap_types.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-sparc/pci.h linux-2.4.20/include/asm-sparc/pci.h
@@ -27,6 +27,12 @@
 /* Dynamic DMA mapping stuff.
  */
 
+/* The PCI address space does not equal the physical memory
+ * address space.  The networking and block device layers use
+ * this boolean for bounce buffer decisions.
+ */
+#define PCI_DMA_BUS_IS_PHYS     (0)
+
 #include <asm/scatterlist.h>
 
 struct pci_dev;

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