X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Fide.h;h=0409c22f1c523834500c5d425e628209df2cc268;hb=eb643825dab24bf61fe40ea800c5be013315220d;hp=e241be6d6e40c7ec28340b4066539ede46c2b7a2;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/include/asm-i386/ide.h b/include/asm-i386/ide.h index e241be6d6..0409c22f1 100644 --- a/include/asm-i386/ide.h +++ b/include/asm-i386/ide.h @@ -23,6 +23,8 @@ # endif #endif +#define IDE_ARCH_OBSOLETE_DEFAULTS + static __inline__ int ide_default_irq(unsigned long base) { switch (base) { @@ -85,6 +87,9 @@ static __inline__ void ide_init_hwif_ports(hw_regs_t *hw, unsigned long data_por } #endif +#define IDE_ARCH_OBSOLETE_INIT +#define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */ + #ifdef CONFIG_BLK_DEV_IDEPCI #define ide_init_default_irq(base) (0) #else