patch-2.4.5 linux/include/asm-mips64/pci.h
Next file: linux/include/asm-parisc/pci.h
Previous file: linux/include/asm-mips/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-mips64/pci.h
- Orig date:
Tue Nov 28 21:42:04 2000
diff -u --recursive --new-file v2.4.4/linux/include/asm-mips64/pci.h linux/include/asm-mips64/pci.h
@@ -196,6 +196,9 @@
#endif
}
+/* Return the index of the PCI controller for device PDEV. */
+#define pci_controller_num(PDEV) (0)
+
/*
* These macros should be used after a pci_map_sg call has been done
* to get bus addresses of each of the SG entries and their lengths.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)