m68k: mac - Add SWIM floppy support
authorLaurent Vivier <laurent@lvivier.info>
Sat, 15 Nov 2008 15:10:10 +0000 (16:10 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 26 Mar 2009 20:15:27 +0000 (21:15 +0100)
commit8852ecd97488249ca7fe2c0d3eb44cae95886881
treebc23ec6db412733952809ebc5307535ed043c4a0
parent7ad93b42bd135641ddc2c298f030132aca7aeca3
m68k: mac - Add SWIM floppy support

It allows to read data from a floppy, but not to write to, and to eject the
floppy (useful on our Mac without eject button).

Signed-off-by: Laurent Vivier <Laurent@lvivier.info>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/mac/config.c
arch/m68k/mac/via.c
drivers/block/Kconfig
drivers/block/Makefile
drivers/block/swim.c [new file with mode: 0644]
drivers/block/swim_asm.S [new file with mode: 0644]