···38/* Add more time here if your adapter won't work OK: */39#define DE600_SLOW_DOWN udelay(delay_time)4041- /*42- * If you still have trouble reading/writing to the adapter,43- * modify the following "#define": (see <asm/io.h> for more info)44-#define REALLY_SLOW_IO45- */46-47/* use 0 for production, 1 for verification, >2 for debug */48#ifdef DE600_DEBUG49#define PRINTK(x) if (de600_debug >= 2) printk x
···38/* Add more time here if your adapter won't work OK: */39#define DE600_SLOW_DOWN udelay(delay_time)4000000041/* use 0 for production, 1 for verification, >2 for debug */42#ifdef DE600_DEBUG43#define PRINTK(x) if (de600_debug >= 2) printk x
-2
drivers/net/ni52.c
···104static int rfdadd; /* rfdadd=1 may be better for 8K MEM cards */105static int fifo=0x8; /* don't change */106107-/* #define REALLY_SLOW_IO */108-109#include <linux/module.h>110#include <linux/kernel.h>111#include <linux/string.h>
···104static int rfdadd; /* rfdadd=1 may be better for 8K MEM cards */105static int fifo=0x8; /* don't change */10600107#include <linux/module.h>108#include <linux/kernel.h>109#include <linux/string.h>
+1-1
drivers/net/skfp/cfm.c
···73/*74 * map from state to downstream port type75 */76-static const u_char cf_to_ptype[] = {77 TNONE,TNONE,TNONE,TNONE,TNONE,78 TNONE,TB,TB,TS,79 TA,TB,TS,TB
···73/*74 * map from state to downstream port type75 */76+static const unsigned char cf_to_ptype[] = {77 TNONE,TNONE,TNONE,TNONE,TNONE,78 TNONE,TB,TB,TS,79 TA,TB,TS,TB
-2
drivers/net/sun3_82586.c
···28static int rfdadd = 0; /* rfdadd=1 may be better for 8K MEM cards */29static int fifo=0x8; /* don't change */3031-/* #define REALLY_SLOW_IO */32-33#include <linux/module.h>34#include <linux/kernel.h>35#include <linux/string.h>
···28static int rfdadd = 0; /* rfdadd=1 may be better for 8K MEM cards */29static int fifo=0x8; /* don't change */300031#include <linux/module.h>32#include <linux/kernel.h>33#include <linux/string.h>
-1
drivers/net/wan/cosa.c
···94#include <linux/device.h>9596#undef COSA_SLOW_IO /* for testing purposes only */97-#undef REALLY_SLOW_IO9899#include <asm/io.h>100#include <asm/dma.h>
···94#include <linux/device.h>9596#undef COSA_SLOW_IO /* for testing purposes only */09798#include <asm/io.h>99#include <asm/dma.h>
-1
drivers/net/wireless/wl3501_cs.c
···26 * Tested with Planet AP in 2.5.73-bk, 216 Kbytes/s in Infrastructure mode27 * with a SMP machine (dual pentium 100), using pktgen, 432 pps (pkt_size = 60)28 */29-#undef REALLY_SLOW_IO /* most systems can safely undef this */3031#include <linux/delay.h>32#include <linux/types.h>
···26 * Tested with Planet AP in 2.5.73-bk, 216 Kbytes/s in Infrastructure mode27 * with a SMP machine (dual pentium 100), using pktgen, 432 pps (pkt_size = 60)28 */02930#include <linux/delay.h>31#include <linux/types.h>