diff options
| author | Ivan Kokshaysky <ink@jurassic.park.msu.ru> | 2003-01-14 19:21:44 -0800 |
|---|---|---|
| committer | Richard Henderson <rth@are.twiddle.net> | 2003-01-14 19:21:44 -0800 |
| commit | 50d6df79dfafb2493c49534a161ba024b0bd0f42 (patch) | |
| tree | f127b259274ec3a2c6a6e50bd05ce5a49957f8c7 /include | |
| parent | 9e42b25d8ca1f36cc1962d30d0b7f54c0a86766c (diff) | |
[PATCH] alpha ide hwifs
From Jeff.Wiedemeier@hp.com:
Make the max IDE HWIFS configurable on alpha (default to
previous hardwired value of 4).
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-alpha/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-alpha/ide.h b/include/asm-alpha/ide.h index 63bb9f785498..62d620539a07 100644 --- a/include/asm-alpha/ide.h +++ b/include/asm-alpha/ide.h @@ -16,7 +16,7 @@ #include <linux/config.h> #ifndef MAX_HWIFS -#define MAX_HWIFS 4 +#define MAX_HWIFS CONFIG_IDE_MAX_HWIFS #endif static __inline__ int ide_default_irq(ide_ioreg_t base) |
