patch-2.4.5 linux/include/asm-sparc/pci.h
Next file: linux/include/asm-sparc64/floppy.h
Previous file: linux/include/asm-sh/pci.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Wed May 16 10:31:27 2001
-  Orig file: 
v2.4.4/linux/include/asm-sparc/pci.h
-  Orig date: 
Thu Jun 22 07:17:16 2000
diff -u --recursive --new-file v2.4.4/linux/include/asm-sparc/pci.h linux/include/asm-sparc/pci.h
@@ -113,6 +113,9 @@
 	return 1;
 }
 
+/* Return the index of the PCI controller for device PDEV. */
+#define pci_controller_num(PDEV)	(0)
+
 #endif /* __KERNEL__ */
 
 #endif /* __SPARC_PCI_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)