rc2014: move the default ppide base address
authorAlan Cox <alan@linux.intel.com>
Wed, 9 Jan 2019 13:47:50 +0000 (13:47 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 9 Jan 2019 13:47:50 +0000 (13:47 +0000)
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

index 4a4627f..8dd8ec0 100644 (file)
@@ -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 */