This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-ppc / ide.h
index 1393d51..fbcddf3 100644 (file)
@@ -57,6 +57,9 @@ static __inline__ unsigned long ide_default_io_base(int index)
        return 0;
 }
 
+#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