| Kernel v2.4.13 /include/asm-alpha/core_mcpcia.h |
|---|
 2.4.13
 include
 asm-alpha
 core_mcpcia.h
diff -u --recursive --new-file v2.4.12/linux/include/asm-alpha/core_mcpcia.h linux/include/asm-alpha/core_mcpcia.h
--- v2.4.12/linux/include/asm-alpha/core_mcpcia.h Sun Sep 23 11:41:01 2001
+++ linux/include/asm-alpha/core_mcpcia.h Fri Oct 12 15:35:54 2001
@@ -181,6 +181,8 @@
#define MCPCIA_IO_BIAS MCPCIA_IO(4)
#define MCPCIA_MEM_BIAS MCPCIA_DENSE(4)
+/* Offset between ram physical addresses and pci64 DAC bus addresses. */
+#define MCPCIA_DAC_OFFSET (1UL << 40)
/*
* Data structure for handling MCPCIA machine checks:
|