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

Next file: linux/include/asm-sparc/pgtable.h
Previous file: linux/include/asm-sparc/io.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.14/linux/include/asm-sparc/pci.h linux/include/asm-sparc/pci.h
@@ -12,6 +12,8 @@
 #define PCIBIOS_MIN_IO		0UL
 #define PCIBIOS_MIN_MEM		0UL
 
+#define PCI_IRQ_NONE		0xffffffff
+
 extern inline void pcibios_set_master(struct pci_dev *dev)
 {
 	/* No special bus mastering setup handling */
@@ -112,6 +114,8 @@
 {
 	return 1;
 }
+
+#define pci_dac_dma_supported(dev, mask)	(0)
 
 /* Return the index of the PCI controller for device PDEV. */
 #define pci_controller_num(PDEV)	(0)

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