patch-2.4.0-test9 linux/include/asm-sh/ide.h
Next file: linux/include/asm-sh/io_hd64461.h
Previous file: linux/include/asm-sh/fcntl.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Oct 2 11:57:34 2000
- Orig file:
v2.4.0-test8/linux/include/asm-sh/ide.h
- Orig date:
Wed Aug 9 13:59:04 2000
diff -u --recursive --new-file v2.4.0-test8/linux/include/asm-sh/ide.h linux/include/asm-sh/ide.h
@@ -18,7 +18,8 @@
#include <asm/machvec.h>
#ifndef MAX_HWIFS
-#define MAX_HWIFS 1
+/* Should never have less than 2, ide-pci.c(ide_match_hwif) requires it */
+#define MAX_HWIFS 2
#endif
#define ide__sti() __sti()
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)