MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / include / asm-arm / arch-moxacpu / hardware.h
blob8bfac616971a6b4b6b6629acdeb77605566a4e86
1 /*
2 hardware.h
3 maintened by ivan wang 2004/8/18 11:25
4 */
5 #ifndef __ASM_ARCH_HARDWARE_H
6 #define __ASM_ARCH_HARDWARE_H
8 #if 1 // add by Victor Yu. 05-16-2005
9 #define not_complete_yet 1
10 #endif
12 #include <asm/arch/cpe/cpe.h>
13 /* the mini io address is 0x6000,that is IO will allocate from 0-0x6000 offset*/
14 #define PCIBIOS_MIN_IO 0x6000
15 /* the mini MEM address is 0x100000,that is MEM will allocate from 0-0x100000 offset*/
16 #define PCIBIOS_MIN_MEM 0x100000
18 #define pcibios_assign_all_busses() 1
19 #endif