diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-13 20:55:15 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-13 20:55:15 +0000 |
commit | 1471f525455788c20b130690e0f104df451aeb43 (patch) | |
tree | 3778beba56558beb9a9548ea5b467e9c44ea966f /include/asm-mips/ide.h | |
parent | e80d2c5456d30ebba5b0eb8a9d33e17d815d4d83 (diff) |
Merge with Linux 2.3.51.
Diffstat (limited to 'include/asm-mips/ide.h')
-rw-r--r-- | include/asm-mips/ide.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/asm-mips/ide.h b/include/asm-mips/ide.h index 43f33e4a2..d66835618 100644 --- a/include/asm-mips/ide.h +++ b/include/asm-mips/ide.h @@ -1,4 +1,4 @@ -/* $Id: ide.h,v 1.5 1999/06/17 13:30:36 ralf Exp $ +/* $Id: ide.h,v 1.6 1999/10/09 00:01:42 ralf Exp $ * * linux/include/asm-mips/ide.h * @@ -17,7 +17,11 @@ #include <linux/config.h> #ifndef MAX_HWIFS +# ifdef CONFIG_BLK_DEV_IDEPCI +#define MAX_HWIFS 10 +# else #define MAX_HWIFS 6 +# endif #endif #define ide__sti() __sti() |