2 * linux/include/asm-alpha/ide.h
4 * Copyright (C) 1994-1996 Linus Torvalds & authors
8 * This file contains the alpha architecture specific IDE code.
11 #ifndef __ASMalpha_IDE_H
12 #define __ASMalpha_IDE_H
17 #define IDE_ARCH_OBSOLETE_DEFAULTS
19 static inline int ide_default_irq(unsigned long base
)
22 case 0x1f0: return 14;
23 case 0x170: return 15;
24 case 0x1e8: return 11;
25 case 0x168: return 10;
31 static inline unsigned long ide_default_io_base(int index
)
43 #define IDE_ARCH_OBSOLETE_INIT
44 #define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */
47 #define ide_init_default_irq(base) (0)
49 #define ide_init_default_irq(base) ide_default_irq(base)
52 #include <asm-generic/ide_iops.h>
54 #endif /* __KERNEL__ */
56 #endif /* __ASMalpha_IDE_H */