From: James S. <jsi...@us...> - 2001-10-19 22:56:03
|
Update of /cvsroot/linux-mips/linux/drivers/net/tulip In directory usw-pr-cvs1:/tmp/cvs-serv7439 Modified Files: Tag: current tulip.h Log Message: Removed annoying over debugging. Index: tulip.h =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/net/tulip/tulip.h,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -d -r1.3 -r1.3.2.1 --- tulip.h 2001/08/07 22:48:09 1.3 +++ tulip.h 2001/10/19 22:56:01 1.3.2.1 @@ -29,7 +29,7 @@ /* undefine, or define to various debugging levels (>4 == obscene levels) */ -#define TULIP_DEBUG 9 +#define TULIP_DEBUG 1 /* undefine USE_IO_OPS for MMIO, define for PIO */ #ifdef CONFIG_TULIP_MMIO |