port enough sendpoint support for DSM-G600 from D-Link 2.4.21-pre4
[linux-2.4.git] / arch / ppc / platforms / dbox2.h
1 /*
2  * D-BOX2 board specific definitions
3  * 
4  * Copyright (c) 2001-2002 Florian Schirmer (jolt@tuxbox.org)
5  */
6
7 #ifndef __MACH_DBOX2_H
8 #define __MACH_DBOX2_H
9
10 #include <linux/config.h>
11  
12 #include <asm/ppcboot.h>
13
14 #define DBOX2_IMMR_BASE 0xFF000000      /* phys. addr of IMMR */
15 #define DBOX2_IMAP_SIZE (64 * 1024)     /* size of mapped area */
16
17 #define IMAP_ADDR       DBOX2_IMMR_BASE /* physical base address of IMMR area */
18 #define IMAP_SIZE       DBOX2_IMAP_SIZE /* mapped size of IMMR area */
19
20 /* We don't use the 8259.
21 */
22 #define NR_8259_INTS    0
23
24 #endif  /* __MACH_DBOX2_H */