Fix long IDE detection delay by not scanning non-existent channels. P. Index: linux.git/include/asm-mips/mach-cobalt/ide.h =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ linux.git/include/asm-mips/mach-cobalt/ide.h 2006-01-22 23:17:03.000000000 +0000 @@ -0,0 +1,8 @@ +#ifndef __ASM_COBALT_IDE_H +#define __ASM_COBALT_IDE_H + +#define MAX_HWIFS 2 + +#include <asm/mach-generic/ide.h> + +#endif