This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-sh / ide.h
index 4aa1568..c88ba76 100644 (file)
@@ -72,6 +72,9 @@ static inline unsigned long ide_default_io_base(int index)
        }
 }
 
+#define IDE_ARCH_OBSOLETE_INIT
+#define ide_default_io_ctl(base)       ((base) + 0x206) /* obsolete */
+
 #ifdef CONFIG_PCI
 #define ide_init_default_irq(base)     (0)
 #else