--- zzzz-none-000/linux-2.4.17/include/asm-sh/ide.h 2001-09-08 19:29:09.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/include/asm-sh/ide.h 2004-11-24 13:21:35.000000000 +0000 @@ -40,7 +40,11 @@ return ide_default_irq_hp600(base); } switch (base) { +#if defined(CONFIG_SH_SOLUTION_ENGINE) && defined(CONFIG_CF_ENABLER) + case 0x01f0: return 7; +#else case 0x01f0: return 14; +#endif case 0x0170: return 15; default: return 0;