|
@@ -38,12 +38,6 @@ static const char version[] = "de600.c: $Revision: 1.41-2.5 $, Bjorn Ekwall (bj
|
|
|
/* Add more time here if your adapter won't work OK: */
|
|
|
#define DE600_SLOW_DOWN udelay(delay_time)
|
|
|
|
|
|
- /*
|
|
|
- * If you still have trouble reading/writing to the adapter,
|
|
|
- * modify the following "#define": (see <asm/io.h> for more info)
|
|
|
-#define REALLY_SLOW_IO
|
|
|
- */
|
|
|
-
|
|
|
/* use 0 for production, 1 for verification, >2 for debug */
|
|
|
#ifdef DE600_DEBUG
|
|
|
#define PRINTK(x) if (de600_debug >= 2) printk x
|