m68k: mac - Add a new entry in mac_model to identify the floppy controller type.
authorLaurent Vivier <Laurent@lvivier.info>
Thu, 6 Nov 2008 19:57:41 +0000 (20:57 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 26 Mar 2009 20:15:27 +0000 (21:15 +0100)
commit7ad93b42bd135641ddc2c298f030132aca7aeca3
tree959a1b043fb33a0b4663218a1608923a928c4efe
parent612bfc9e630e3f7a4f3be1325eac28de8b8970af
m68k: mac - Add a new entry in mac_model to identify the floppy controller type.

This patch adds a field "floppy_type" which can take the following values:

MAC_FLOPPY_IWM for an IWM based mac
MAC_FLOPPY_SWIM_ADDR1 for a SWIM based mac with controller at VIA1 + 0x1E000
MAC_FLOPPY_SWIM_ADDR2 for a SWIM based mac with controller at VIA1 + 0x16000
MAC_FLOPPY_IOP for an IOP based mac
MAC_FLOPPY_AV for an AV based mac

Signed-off-by: Laurent Vivier <Laurent@lvivier.info>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/macintosh.h
arch/m68k/mac/config.c