From: Alan Cox Date: Wed, 9 Jan 2019 13:47:50 +0000 (+0000) Subject: rc2014: move the default ppide base address X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=442bb87d81f50dac41b83cf247d1d99f66eaf305;p=FUZIX.git 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. --- 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 */