diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/de600.c | 6 | ||||
-rw-r--r-- | drivers/net/ni52.c | 2 | ||||
-rw-r--r-- | drivers/net/skfp/cfm.c | 2 | ||||
-rw-r--r-- | drivers/net/sun3_82586.c | 2 | ||||
-rw-r--r-- | drivers/net/wan/cosa.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/wl3501_cs.c | 1 |
6 files changed, 1 insertions, 13 deletions
diff --git a/drivers/net/de600.c b/drivers/net/de600.c index 8396e411f1ce..e547ce14eefe 100644 --- a/drivers/net/de600.c +++ b/drivers/net/de600.c | |||
@@ -38,12 +38,6 @@ static const char version[] = "de600.c: $Revision: 1.41-2.5 $, Bjorn Ekwall (bj | |||
38 | /* Add more time here if your adapter won't work OK: */ | 38 | /* Add more time here if your adapter won't work OK: */ |
39 | #define DE600_SLOW_DOWN udelay(delay_time) | 39 | #define DE600_SLOW_DOWN udelay(delay_time) |
40 | 40 | ||
41 | /* | ||
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_IO | ||
45 | */ | ||
46 | |||
47 | /* use 0 for production, 1 for verification, >2 for debug */ | 41 | /* use 0 for production, 1 for verification, >2 for debug */ |
48 | #ifdef DE600_DEBUG | 42 | #ifdef DE600_DEBUG |
49 | #define PRINTK(x) if (de600_debug >= 2) printk x | 43 | #define PRINTK(x) if (de600_debug >= 2) printk x |
diff --git a/drivers/net/ni52.c b/drivers/net/ni52.c index 196993a29b09..a6f4b24b0176 100644 --- a/drivers/net/ni52.c +++ b/drivers/net/ni52.c | |||
@@ -104,8 +104,6 @@ static int automatic_resume; /* experimental .. better should be zero */ | |||
104 | static int rfdadd; /* rfdadd=1 may be better for 8K MEM cards */ | 104 | static int rfdadd; /* rfdadd=1 may be better for 8K MEM cards */ |
105 | static int fifo=0x8; /* don't change */ | 105 | static int fifo=0x8; /* don't change */ |
106 | 106 | ||
107 | /* #define REALLY_SLOW_IO */ | ||
108 | |||
109 | #include <linux/module.h> | 107 | #include <linux/module.h> |
110 | #include <linux/kernel.h> | 108 | #include <linux/kernel.h> |
111 | #include <linux/string.h> | 109 | #include <linux/string.h> |
diff --git a/drivers/net/skfp/cfm.c b/drivers/net/skfp/cfm.c index 4c8aaa762333..5310d39b5737 100644 --- a/drivers/net/skfp/cfm.c +++ b/drivers/net/skfp/cfm.c | |||
@@ -73,7 +73,7 @@ static const char * const cfm_events[] = { | |||
73 | /* | 73 | /* |
74 | * map from state to downstream port type | 74 | * map from state to downstream port type |
75 | */ | 75 | */ |
76 | static const u_char cf_to_ptype[] = { | 76 | static const unsigned char cf_to_ptype[] = { |
77 | TNONE,TNONE,TNONE,TNONE,TNONE, | 77 | TNONE,TNONE,TNONE,TNONE,TNONE, |
78 | TNONE,TB,TB,TS, | 78 | TNONE,TB,TB,TS, |
79 | TA,TB,TS,TB | 79 | TA,TB,TS,TB |
diff --git a/drivers/net/sun3_82586.c b/drivers/net/sun3_82586.c index a3220a96524f..4757aa647c7a 100644 --- a/drivers/net/sun3_82586.c +++ b/drivers/net/sun3_82586.c | |||
@@ -28,8 +28,6 @@ static int automatic_resume = 0; /* experimental .. better should be zero */ | |||
28 | static int rfdadd = 0; /* rfdadd=1 may be better for 8K MEM cards */ | 28 | static int rfdadd = 0; /* rfdadd=1 may be better for 8K MEM cards */ |
29 | static int fifo=0x8; /* don't change */ | 29 | static int fifo=0x8; /* don't change */ |
30 | 30 | ||
31 | /* #define REALLY_SLOW_IO */ | ||
32 | |||
33 | #include <linux/module.h> | 31 | #include <linux/module.h> |
34 | #include <linux/kernel.h> | 32 | #include <linux/kernel.h> |
35 | #include <linux/string.h> | 33 | #include <linux/string.h> |
diff --git a/drivers/net/wan/cosa.c b/drivers/net/wan/cosa.c index e91b5a84a20a..5b82e4fd0d73 100644 --- a/drivers/net/wan/cosa.c +++ b/drivers/net/wan/cosa.c | |||
@@ -94,7 +94,6 @@ | |||
94 | #include <linux/device.h> | 94 | #include <linux/device.h> |
95 | 95 | ||
96 | #undef COSA_SLOW_IO /* for testing purposes only */ | 96 | #undef COSA_SLOW_IO /* for testing purposes only */ |
97 | #undef REALLY_SLOW_IO | ||
98 | 97 | ||
99 | #include <asm/io.h> | 98 | #include <asm/io.h> |
100 | #include <asm/dma.h> | 99 | #include <asm/dma.h> |
diff --git a/drivers/net/wireless/wl3501_cs.c b/drivers/net/wireless/wl3501_cs.c index c250f08c8dd5..ce9230b2f630 100644 --- a/drivers/net/wireless/wl3501_cs.c +++ b/drivers/net/wireless/wl3501_cs.c | |||
@@ -26,7 +26,6 @@ | |||
26 | * Tested with Planet AP in 2.5.73-bk, 216 Kbytes/s in Infrastructure mode | 26 | * Tested with Planet AP in 2.5.73-bk, 216 Kbytes/s in Infrastructure mode |
27 | * with a SMP machine (dual pentium 100), using pktgen, 432 pps (pkt_size = 60) | 27 | * with a SMP machine (dual pentium 100), using pktgen, 432 pps (pkt_size = 60) |
28 | */ | 28 | */ |
29 | #undef REALLY_SLOW_IO /* most systems can safely undef this */ | ||
30 | 29 | ||
31 | #include <linux/delay.h> | 30 | #include <linux/delay.h> |
32 | #include <linux/types.h> | 31 | #include <linux/types.h> |