Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / evbppc / include / explora.h
blob6ff12481eec74e09d1a0ba59a3fd64337b0570da
2 #ifndef _EVBPPC_EXPLORA_H_
3 #define _EVBPPC_EXPLORA_H_
5 /*
6 * Base addresses of external peripherals
7 */
8 #define BASE_FB 0x70000000
9 #define BASE_LE 0x70800000
10 #define BASE_FB2 0x71000000
11 #define BASE_ISA 0x74000000
12 #define BASE_PCKBC 0x740000c0
13 #define BASE_PCKBC2 0x740000c8
14 #define BASE_COM 0x740005f0
15 #define BASE_LPT 0x740006f0
17 #define SIZE_FB (2*1024*1024)
19 void consinit(void);
21 #endif /* _EVBPPC_EXPLORA_H_ */