diff options
Diffstat (limited to 'arch/powerpc/include/asm/immap_85xx.h')
| -rw-r--r-- | arch/powerpc/include/asm/immap_85xx.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/arch/powerpc/include/asm/immap_85xx.h b/arch/powerpc/include/asm/immap_85xx.h index 7de33a7dd..6c11178f0 100644 --- a/arch/powerpc/include/asm/immap_85xx.h +++ b/arch/powerpc/include/asm/immap_85xx.h @@ -296,7 +296,9 @@ typedef struct ccsr_pcix {  	u32	cfg_addr;	/* PCIX Configuration Addr */  	u32	cfg_data;	/* PCIX Configuration Data */  	u32	int_ack;	/* PCIX IRQ Acknowledge */ -	u8	res1[3060]; +	u8	res000c[52]; +	u32	liodn_base;	/* PCIX LIODN base register */ +	u8	res0044[3004];  	u32	potar0;		/* PCIX Outbound Transaction Addr 0 */  	u32	potear0;	/* PCIX Outbound Translation Extended Addr 0 */  	u32	powbar0;	/* PCIX Outbound Window Base Addr 0 */ |