From 64f70bede37f833d2ed31311ff293c759c41a2a6 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 28 Sep 2004 20:34:50 +0000 Subject: Fix problems with CDROM drive as slave device on Lite5200 IDE bus. --- include/configs/IceCube.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/configs') diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h index ce6e59173f..3c1b2ab59b 100644 --- a/include/configs/IceCube.h +++ b/include/configs/IceCube.h @@ -84,6 +84,7 @@ /* Partitions */ #define CONFIG_MAC_PARTITION #define CONFIG_DOS_PARTITION +#define CONFIG_ISO_PARTITION /* USB */ #if 1 @@ -324,7 +325,7 @@ #define CONFIG_IDE_PREINIT #define CFG_IDE_MAXBUS 1 /* max. 1 IDE bus */ -#define CFG_IDE_MAXDEVICE 1 /* max. 1 drive per IDE bus */ +#define CFG_IDE_MAXDEVICE 2 /* max. 1 drive per IDE bus */ #define CFG_ATA_IDE0_OFFSET 0x0000 @@ -342,4 +343,6 @@ /* Interval between registers */ #define CFG_ATA_STRIDE 4 +#define CONFIG_ATAPI 1 + #endif /* __CONFIG_H */ -- cgit v1.2.1