X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fserial.h;h=b74af54615643174037673475ab3aa67ee5fb549;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=310206e2868690c25bb917da59eb8af3c159a3e9;hpb=9bf4aaab3e101692164d49b7ca357651eb691cb6;p=linux-2.6.git diff --git a/include/asm-ppc/serial.h b/include/asm-ppc/serial.h index 310206e28..b74af5461 100644 --- a/include/asm-ppc/serial.h +++ b/include/asm-ppc/serial.h @@ -10,40 +10,41 @@ #if defined(CONFIG_EV64260) #include +#elif defined(CONFIG_CHESTNUT) +#include #elif defined(CONFIG_GEMINI) #include #elif defined(CONFIG_POWERPMC250) -#include +#include #elif defined(CONFIG_LOPEC) -#include -#elif defined(CONFIG_MCPN765) -#include +#include #elif defined(CONFIG_MVME5100) -#include +#include +#elif defined(CONFIG_PAL4) +#include #elif defined(CONFIG_PRPMC750) -#include +#include #elif defined(CONFIG_PRPMC800) -#include +#include #elif defined(CONFIG_SANDPOINT) #include #elif defined(CONFIG_SPRUCE) #include #elif defined(CONFIG_4xx) #include +#elif defined(CONFIG_83xx) +#include #elif defined(CONFIG_85xx) #include +#elif defined(CONFIG_RADSTONE_PPC7D) +#include #else /* - * XXX Assume for now it has PC-style ISA serial ports. - * This is true for PReP and CHRP at least. + * XXX Assume it has PC-style ISA serial ports - true for PReP at least. */ #include -#if defined(CONFIG_MAC_SERIAL) -#define SERIAL_DEV_OFFSET ((_machine == _MACH_prep || _machine == _MACH_chrp) ? 0 : 2) -#endif - #endif /* !CONFIG_GEMINI and others */ #endif /* __ASM_SERIAL_H__ */ #endif /* __KERNEL__ */