patch-2.3.7 linux/include/asm-arm/ide.h
Next file: linux/include/asm-arm/io.h
Previous file: linux/include/asm-arm/dma.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Thu Jun 17 01:11:35 1999
- Orig file:
v2.3.6/linux/include/asm-arm/ide.h
- Orig date:
Thu May 13 11:00:08 1999
diff -u --recursive --new-file v2.3.6/linux/include/asm-arm/ide.h linux/include/asm-arm/ide.h
@@ -46,6 +46,13 @@
#define ide_release_lock(lock) do {} while (0)
#define ide_get_lock(lock, hdlr, data) do {} while (0)
+/*
+ * We always use the new IDE port registering,
+ * so these are fixed here.
+ */
+#define ide_default_io_base(i) ((ide_ioreg_t)0)
+#define ide_default_irq(b) (0)
+
#endif /* __KERNEL__ */
#endif /* __ASMARM_IDE_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)