From 442bb87d81f50dac41b83cf247d1d99f66eaf305 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 9 Jan 2019 13:47:50 +0000 Subject: [PATCH] rc2014: move the default ppide base address Somewhere along the line RC2014 picked 0x20 rather than the 0x60 that the retrobrew based systems used. Remember to change the jumpers if currently using 0x60. --- Kernel/platform-rc2014/platform_ide.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-rc2014/platform_ide.h b/Kernel/platform-rc2014/platform_ide.h index 4a4627f4..8dd8ec0d 100644 --- a/Kernel/platform-rc2014/platform_ide.h +++ b/Kernel/platform-rc2014/platform_ide.h @@ -11,7 +11,7 @@ /* PPIDE */ -#define PPIDE_BASE 0x60 /* Base address of 8255A */ +#define PPIDE_BASE 0x20 /* Base address of 8255A */ #define IDE_REG_INDIRECT /* IDE registers are not directly connected to the CPU bus */ /* IDE control signal to 8255 port C mapping */ -- 2.34.1