Re: [PATCH] atl1c: fix issue of io access mode for AR8152 v2.1

2012-07-20 Thread David Miller
From: Date: Fri, 20 Jul 2012 11:01:58 +0800 > When io access mode is enabled by BOOTROM or BIOS for AR8152 v2.1, > the register can't be read/write by memory access mode. > Clearing Bit 8 of Register 0x21c could fixed the issue. > > Signed-off-by: Cloud Ren > Cc: stable > Signed-off-by: xiong

[PATCH] atl1c: fix issue of io access mode for AR8152 v2.1

2012-07-19 Thread cjren
When io access mode is enabled by BOOTROM or BIOS for AR8152 v2.1, the register can't be read/write by memory access mode. Clearing Bit 8 of Register 0x21c could fixed the issue. Signed-off-by: Cloud Ren Cc: stable Signed-off-by: xiong --- drivers/net/ethernet/atheros/atl1c/atl1c_hw.h |