From cf85d89562f39cc7ae73de54639f1915a9195b7a Mon Sep 17 00:00:00 2001 From: Finn Thain Date: Fri, 25 May 2018 17:34:36 +1000 Subject: m68k/mac: Enable PDMA for PowerBook 500 series I can confirm that mac_scsi PDMA now works on these machines. This increases sequential read throughput by a factor of 4.5. Signed-off-by: Finn Thain Signed-off-by: Geert Uytterhoeven --- arch/m68k/include/asm/macintosh.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/m68k/include/asm/macintosh.h') diff --git a/arch/m68k/include/asm/macintosh.h b/arch/m68k/include/asm/macintosh.h index 9b840c03ebb7..08cee11180e6 100644 --- a/arch/m68k/include/asm/macintosh.h +++ b/arch/m68k/include/asm/macintosh.h @@ -57,7 +57,6 @@ struct mac_model #define MAC_SCSI_IIFX 5 #define MAC_SCSI_DUO 6 #define MAC_SCSI_LC 7 -#define MAC_SCSI_LATE 8 #define MAC_IDE_NONE 0 #define MAC_IDE_QUADRA 1 -- cgit