patch-2.4.0-test7 linux/drivers/char/rio/linux_compat.h
Next file: linux/drivers/char/rio/rio_linux.c
Previous file: linux/drivers/char/radio-zoltrix.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Aug 11 14:51:33 2000
- Orig file:
v2.4.0-test6/linux/drivers/char/rio/linux_compat.h
- Orig date:
Tue May 23 15:31:34 2000
diff -u --recursive --new-file v2.4.0-test6/linux/drivers/char/rio/linux_compat.h linux/drivers/char/rio/linux_compat.h
@@ -72,8 +72,6 @@
extern int rio_debug;
-#define rio_dprint(f, p) do {if (rio_debug & f) printk p;} while (0)
-
#define RIO_DEBUG_INIT 0x000001
#define RIO_DEBUG_BOOT 0x000002
#define RIO_DEBUG_CMD 0x000004
@@ -92,7 +90,7 @@
#define RIO_DEBUG_REC 0x008000
#define RIO_DEBUG_SPINLOCK 0x010000
#define RIO_DEBUG_DELAY 0x020000
-
+#define RIO_DEBUG_MOD_COUNT 0x040000
/* Copied over from riowinif.h . This is ugly. The winif file declares
also much other stuff which is incompatible with the headers from
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)