···1717 * device can't do DMA handshaking for some stupid reason. We don't need to do that.1818 */19192020-#undef REALLY_SLOW_IO /* most systems can safely undef this */2121-2220#include <linux/types.h>2321#include <linux/kernel.h>2422#include <linux/timer.h>
-2
drivers/ide/ide-disk.c
···43434444#define IDEDISK_VERSION "1.18"45454646-#undef REALLY_SLOW_IO /* most systems can safely undef this */4747-4846//#define DEBUG49475048#include <linux/module.h>
-2
drivers/ide/ide-probe.c
···3131 * valid after probe time even with noprobe3232 */33333434-#undef REALLY_SLOW_IO /* most systems can safely undef this */3535-3634#include <linux/module.h>3735#include <linux/types.h>3836#include <linux/string.h>
-2
drivers/ide/ide.c
···126126#define REVISION "Revision: 7.00alpha2"127127#define VERSION "Id: ide.c 7.00a2 20020906"128128129129-#undef REALLY_SLOW_IO /* most systems can safely undef this */130130-131129#define _IDE_C /* Tell ide.h it's really us */132130133131#include <linux/module.h>
-2
drivers/ide/legacy/ali14xx.c
···3737 * mode 4 for a while now with no trouble.) -Derek3838 */39394040-#undef REALLY_SLOW_IO /* most systems can safely undef this */4141-4240#include <linux/module.h>4341#include <linux/types.h>4442#include <linux/kernel.h>
-2
drivers/ide/legacy/dtc2278.c
···44 * Copyright (C) 1996 Linus Torvalds & author (see below)55 */6677-#undef REALLY_SLOW_IO /* most systems can safely undef this */88-97#include <linux/module.h>108#include <linux/types.h>119#include <linux/kernel.h>
-2
drivers/ide/legacy/ht6560b.c
···36363737#define HT6560B_VERSION "v0.07"38383939-#undef REALLY_SLOW_IO /* most systems can safely undef this */4040-4139#include <linux/module.h>4240#include <linux/types.h>4341#include <linux/kernel.h>
-2
drivers/ide/legacy/qd65xx.c
···2525 * Samuel Thibault <samuel.thibault@fnac.net>2626 */27272828-#undef REALLY_SLOW_IO /* most systems can safely undef this */2929-3028#include <linux/module.h>3129#include <linux/types.h>3230#include <linux/kernel.h>
-2
drivers/ide/mips/au1xxx-ide.c
···2929 * Note: for more information, please refer "AMD Alchemy Au1200/Au1550 IDE3030 * Interface and Linux Device Driver" Application Note.3131 */3232-#undef REALLY_SLOW_IO /* most systems can safely undef this */3333-3432#include <linux/types.h>3533#include <linux/module.h>3634#include <linux/kernel.h>
-1
drivers/ide/pci/cmd640.c
···9898 * (patch courtesy of Zoltan Hidvegi)9999 */100100101101-#undef REALLY_SLOW_IO /* most systems can safely undef this */102101#define CMD640_PREFETCH_MASKS 1103102104103//#define CMD640_DUMP_REGS
-2
drivers/ide/pci/generic.c
···2121 * are deemed to be part of the source code.2222 */23232424-#undef REALLY_SLOW_IO /* most systems can safely undef this */2525-2624#include <linux/types.h>2725#include <linux/module.h>2826#include <linux/kernel.h>
-1
drivers/ide/pci/opti621.c
···8787 * 0.5 doesn't work.8888 */89899090-#undef REALLY_SLOW_IO /* most systems can safely undef this */9190#define OPTI621_DEBUG /* define for debug messages */92919392#include <linux/types.h>
-2
drivers/ide/pci/rz1000.c
···1515 * Dunno if this fixes both ports, or only the primary port (?).1616 */17171818-#undef REALLY_SLOW_IO /* most systems can safely undef this */1919-2018#include <linux/types.h>2119#include <linux/module.h>2220#include <linux/kernel.h>