Hi Geert, I just noticed that this patch didn't appear in v5.2. Would you please take a look? -- On Fri, 15 Feb 2019, Finn Thain wrote:
Rename floppy_type macros to make them more consistent with the scsi_type macros, which are named after classes of models with similar memory maps. The documentation for LC-class machines has the IO devices at offsets from $50F0 0000. Use these addresses (consistent with mac_scsi resources) because they may not be aliased elsewhere in the memory map, e.g. at offsets from $5000 0000. Add comments with controller type information from 'Designing Cards and Drivers for the Macintosh Family', relevant Developer Notes and http://mess.redump.net/mess/driver_info/mac_technical_notes Adopt phys_addr_t to avoid type casts. Cc: Laurent Vivier <lvivier@xxxxxxxxxx> Tested-by: Stan Johnson <userm57@xxxxxxxxx> Signed-off-by: Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx> Acked-by: Laurent Vivier <lvivier@xxxxxxxxxx> --- arch/m68k/include/asm/macintosh.h | 10 +-- arch/m68k/mac/config.c | 128 +++++++++++++++--------------- 2 files changed, 69 insertions(+), 69 deletions(-)