1 /* ide.h: FRV IDE declarations
3 * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
17 #include <asm/setup.h>
21 #undef SUPPORT_SLOW_DATA_PORTS
22 #define SUPPORT_SLOW_DATA_PORTS 0
24 #undef SUPPORT_VLB_SYNC
25 #define SUPPORT_VLB_SYNC 0
31 /****************************************************************************/
33 * some bits needed for parts of the IDE subsystem to compile
35 #define __ide_mm_insw(port, addr, n) insw((unsigned long) (port), addr, n)
36 #define __ide_mm_insl(port, addr, n) insl((unsigned long) (port), addr, n)
37 #define __ide_mm_outsw(port, addr, n) outsw((unsigned long) (port), addr, n)
38 #define __ide_mm_outsl(port, addr, n) outsl((unsigned long) (port), addr, n)
41 #endif /* __KERNEL__ */
42 #endif /* _ASM_IDE_H */