patch-2.3.47 linux/include/asm-alpha/core_mcpcia.h
Next file: linux/include/asm-alpha/hardirq.h
Previous file: linux/fs/udf/file.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sun Feb 20 08:13:56 2000
- Orig file:
v2.3.46/linux/include/asm-alpha/core_mcpcia.h
- Orig date:
Thu Feb 10 17:11:19 2000
diff -u --recursive --new-file v2.3.46/linux/include/asm-alpha/core_mcpcia.h linux/include/asm-alpha/core_mcpcia.h
@@ -74,6 +74,10 @@
#define MCPCIA_MID(m) ((unsigned long)(m) << 33)
+/* Dodge has PCI0 and PCI1 at MID 4 and 5 respectively.
+ Durango adds PCI2 and PCI3 at MID 6 and 7 respectively. */
+#define MCPCIA_HOSE2MID(h) ((h) + 4)
+
#define MCPCIA_MEM_MASK 0x07ffffff /* SPARSE Mem region mask is 27 bits */
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)