| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Cobalt IDE fix |
| From: | Peter Horton <pdh@colonel-panic.org> |
| Date: | Sun, 22 Jan 2006 23:50:38 +0000 |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.9i |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | DECstation fails to compile with iomap patch applied, Martin Michlmayr |
|---|---|
| Next by Date: | Re: Cobalt IDE fix, Alan Cox |
| Previous by Thread: | DECstation fails to compile with iomap patch applied, Martin Michlmayr |
| Next by Thread: | Re: Cobalt IDE fix, Alan Cox |
| Indexes: | [Date] [Thread] [Top] [All Lists] |