···3838/* Add more time here if your adapter won't work OK: */3939#define DE600_SLOW_DOWN udelay(delay_time)40404141- /*4242- * If you still have trouble reading/writing to the adapter,4343- * modify the following "#define": (see <asm/io.h> for more info)4444-#define REALLY_SLOW_IO4545- */4646-4741/* use 0 for production, 1 for verification, >2 for debug */4842#ifdef DE600_DEBUG4943#define PRINTK(x) if (de600_debug >= 2) printk x
-2
drivers/net/ni52.c
···104104static int rfdadd; /* rfdadd=1 may be better for 8K MEM cards */105105static int fifo=0x8; /* don't change */106106107107-/* #define REALLY_SLOW_IO */108108-109107#include <linux/module.h>110108#include <linux/kernel.h>111109#include <linux/string.h>
+1-1
drivers/net/skfp/cfm.c
···7373/*7474 * map from state to downstream port type7575 */7676-static const u_char cf_to_ptype[] = {7676+static const unsigned char cf_to_ptype[] = {7777 TNONE,TNONE,TNONE,TNONE,TNONE,7878 TNONE,TB,TB,TS,7979 TA,TB,TS,TB
-2
drivers/net/sun3_82586.c
···2828static int rfdadd = 0; /* rfdadd=1 may be better for 8K MEM cards */2929static int fifo=0x8; /* don't change */30303131-/* #define REALLY_SLOW_IO */3232-3331#include <linux/module.h>3432#include <linux/kernel.h>3533#include <linux/string.h>
-1
drivers/net/wan/cosa.c
···9494#include <linux/device.h>95959696#undef COSA_SLOW_IO /* for testing purposes only */9797-#undef REALLY_SLOW_IO98979998#include <asm/io.h>10099#include <asm/dma.h>
-1
drivers/net/wireless/wl3501_cs.c
···2626 * Tested with Planet AP in 2.5.73-bk, 216 Kbytes/s in Infrastructure mode2727 * with a SMP machine (dual pentium 100), using pktgen, 432 pps (pkt_size = 60)2828 */2929-#undef REALLY_SLOW_IO /* most systems can safely undef this */30293130#include <linux/delay.h>3231#include <linux/types.h>