On Tuesday 15 April 2008, Sergei Shtylyov wrote: > The header files for the Pb1200/DBAu1200 boards have wrong definition for the > IDE interface's decoded range length -- it should be 512 bytes according to > what the IDE driver does. In addition, the IDE platform device claims 1 byte > too many for its memory resource -- fix the platform code and the IDE driver > in accordance. > > Signed-off-by: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> > > --- > I'm not sure thru which tree this should go -- probably thru Linux/MIPS one... Well, since I've been already merging the other au1xxx-ide patches to IDE tree I've also applied this one while at it... > arch/mips/au1000/common/platform.c | 2 +- > drivers/ide/mips/au1xxx-ide.c | 7 ++++--- > include/asm-mips/mach-db1x00/db1200.h | 4 ++-- > include/asm-mips/mach-pb1x00/pb1200.h | 4 ++-- > 4 files changed, 9 insertions(+), 8 deletions(-)