X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Fplatforms%2Frpxsuper.h;fp=arch%2Fppc%2Fplatforms%2Frpx8260.h;h=d826590e51b55b0f17e3dbc9a5d0690068dd5224;hb=5020cac828f9f6c98a685598599a1dc798712005;hp=7d5cd8893ac2d70b5a3ebd0594654cf536c5b852;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/arch/ppc/platforms/rpx8260.h b/arch/ppc/platforms/rpxsuper.h similarity index 93% rename from arch/ppc/platforms/rpx8260.h rename to arch/ppc/platforms/rpxsuper.h index 7d5cd8893..d826590e5 100644 --- a/arch/ppc/platforms/rpx8260.h +++ b/arch/ppc/platforms/rpxsuper.h @@ -6,8 +6,8 @@ * Copyright (c) 2001 Dan Malek */ #ifdef __KERNEL__ -#ifndef __ASM_PLATFORMS_RPX8260_H__ -#define __ASM_PLATFORMS_RPX8260_H__ +#ifndef __ASM_PLATFORMS_RPXSUPER_H__ +#define __ASM_PLATFORMS_RPXSUPER_H__ /* A Board Information structure that is given to a program when * prom starts it up. @@ -64,11 +64,9 @@ extern volatile u_char *rpx6_csr_addr; #define BCSR4_EN_MII ((u_char)0x40) /* Enable PHY */ #define BCSR4_MII_READ ((u_char)0x04) #define BCSR4_MII_MDC ((u_char)0x02) -#define BCSR4_MII_MDIO ((u_char)0x01) +#define BCSR4_MII_MDIO ((u_char)0x02) #define BCSR13_FETH_IRQMASK ((u_char)0xf0) #define BCSR15_FETH_IRQ ((u_char)0x20) -#define PHY_INTERRUPT SIU_INT_IRQ7 - -#endif /* __ASM_PLATFORMS_RPX8260_H__ */ +#endif /* __ASM_PLATFORMS_RPXSUPER_H__ */ #endif /* __KERNEL__ */