-
- Downloads
Pb1200/DBAu1200: fix bad IDE resource size
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@ru.mvista.com> Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by:
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Showing
- arch/mips/au1000/common/platform.c 1 addition, 1 deletionarch/mips/au1000/common/platform.c
- drivers/ide/mips/au1xxx-ide.c 4 additions, 3 deletionsdrivers/ide/mips/au1xxx-ide.c
- include/asm-mips/mach-db1x00/db1200.h 2 additions, 2 deletionsinclude/asm-mips/mach-db1x00/db1200.h
- include/asm-mips/mach-pb1x00/pb1200.h 2 additions, 2 deletionsinclude/asm-mips/mach-pb1x00/pb1200.h
Please register or sign in to comment