From: Alan Cox Date: Fri, 9 Oct 2015 13:37:07 +0000 (+0100) Subject: coco3: remove now duplicated defines X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d000d113f596f32a8fb6db0b8d13aef1f0a26be2;p=FUZIX.git coco3: remove now duplicated defines --- diff --git a/Kernel/platform-coco3/config.h b/Kernel/platform-coco3/config.h index 4cb56181..25c891b4 100644 --- a/Kernel/platform-coco3/config.h +++ b/Kernel/platform-coco3/config.h @@ -84,7 +84,5 @@ extern unsigned char vt_map( unsigned char c ); /* Block device define */ #define MAX_BLKDEV 4 /* 2 IDE + 2 SDC */ #define DEVICE_IDE /* enable if IDE interface present */ -#define IDE_REG_CS1_BASE 0xFF50 -#define IDE_IS_MMIO 1 /* MMIO IDE */ #define platform_discard()