summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/sun4paddr.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-05-07 02:55:41 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-05-07 02:55:41 +0000
commitdcec8a13bf565e47942a1751a9cec21bec5648fe (patch)
tree548b69625b18cc2e88c3e68d0923be546c9ebb03 /include/asm-sparc/sun4paddr.h
parent2e0f55e79c49509b7ff70ff1a10e1e9e90a3dfd4 (diff)
o Merge with Linux 2.1.99.
o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
Diffstat (limited to 'include/asm-sparc/sun4paddr.h')
-rw-r--r--include/asm-sparc/sun4paddr.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/asm-sparc/sun4paddr.h b/include/asm-sparc/sun4paddr.h
new file mode 100644
index 000000000..a2c6ed390
--- /dev/null
+++ b/include/asm-sparc/sun4paddr.h
@@ -0,0 +1,19 @@
+/* $Id: sun4paddr.h,v 1.2 1998/02/09 13:26:41 jj Exp $
+ * sun4paddr.h: Various physical addresses on sun4 machines
+ *
+ * Copyright (C) 1997 Anton Blanchard (anton@progsoc.uts.edu.au)
+ */
+
+#ifndef _SPARC_SUN4PADDR_H
+#define _SPARC_SUN4PADDR_H
+
+#define SUN4_MEMREG_PHYSADDR 0xf4000000
+#define SUN4_IE_PHYSADDR 0xf5000000
+#define SUN4_300_MOSTEK_PHYSADDR 0xf2000000
+#define SUN4_300_TIMER_PHYSADDR 0xef000000
+#define SUN4_300_ETH_PHYSADDR 0xf9000000
+#define SUN4_300_BWTWO_PHYSADDR 0xfb400000
+#define SUN4_300_DMA_PHYSADDR 0xfa001000
+#define SUN4_300_ESP_PHYSADDR 0xfa000000
+
+#endif /* !(_SPARC_SUN4PADDR_H) */