From d000d113f596f32a8fb6db0b8d13aef1f0a26be2 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 9 Oct 2015 14:37:07 +0100 Subject: [PATCH] coco3: remove now duplicated defines --- Kernel/platform-coco3/config.h | 2 -- 1 file changed, 2 deletions(-) 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() -- 2.34.1