]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit579c077d5a2af2223a55f5d8828b6c9492481eb6
tree959a1b043fb33a0b4663218a1608923a928c4efe
parentea1beb4ff7238ca939bb853753978c277a34256c
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