]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Cleaned up AMD Au1200 IDE driver:
authorPete Popov <ppopov@embeddedalley.com>
Thu, 15 Sep 2005 08:03:12 +0000 (08:03 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:20 +0000 (19:32 +0100)
commit26a940e21752e0de8f068f77dad606a7d1986937
tree88e46225e19c4c72fa6914a21afb28c6ea52bfc6
parent64abf64d10b3a547becefeb26394dfbefac273fb
Cleaned up AMD Au1200 IDE driver:
- converted to platform bus
- removed pci dependencies
- removed virt_to_phys/phys_to_virt calls

System now can root off of a disk.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/Documentation/mips/AU1xxx_IDE.README b/Documentation/mips/AU1xxx_IDE.README
new file mode 100644
12 files changed:
Documentation/mips/AU1xxx_IDE.README [new file with mode: 0644]
arch/mips/Kconfig
arch/mips/au1000/common/dbdma.c
arch/mips/au1000/common/platform.c
arch/mips/au1000/pb1200/irqmap.c
drivers/ide/Kconfig
drivers/ide/ide-proc.c
drivers/ide/mips/au1xxx-ide.c [new file with mode: 0644]
include/asm-mips/mach-au1x00/au1xxx.h [new file with mode: 0644]
include/asm-mips/mach-au1x00/au1xxx_dbdma.h
include/asm-mips/mach-au1x00/au1xxx_ide.h [new file with mode: 0644]
include/linux/ide.h