patch-2.4.23 linux-2.4.23/arch/ppc/platforms/dbox2.h
Next file: linux-2.4.23/arch/ppc/platforms/ebony.c
Previous file: linux-2.4.23/arch/ppc/platforms/Makefile
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
2003-11-28 10:26:19.000000000 -0800
- Orig file:
linux-2.4.22/arch/ppc/platforms/dbox2.h
- Orig date:
1969-12-31 16:00:00.000000000 -0800
diff -urN linux-2.4.22/arch/ppc/platforms/dbox2.h linux-2.4.23/arch/ppc/platforms/dbox2.h
@@ -0,0 +1,24 @@
+/*
+ * D-BOX2 board specific definitions
+ *
+ * Copyright (c) 2001-2002 Florian Schirmer (jolt@tuxbox.org)
+ */
+
+#ifndef __MACH_DBOX2_H
+#define __MACH_DBOX2_H
+
+#include <linux/config.h>
+
+#include <asm/ppcboot.h>
+
+#define DBOX2_IMMR_BASE 0xFF000000 /* phys. addr of IMMR */
+#define DBOX2_IMAP_SIZE (64 * 1024) /* size of mapped area */
+
+#define IMAP_ADDR DBOX2_IMMR_BASE /* physical base address of IMMR area */
+#define IMAP_SIZE DBOX2_IMAP_SIZE /* mapped size of IMMR area */
+
+/* We don't use the 8259.
+*/
+#define NR_8259_INTS 0
+
+#endif /* __MACH_DBOX2_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)