From 3dbed00e16fedae108e761b9a44758af1ebf9c12 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 10 Jul 2000 16:46:21 +0000 Subject: Remove the XE_DEBUG define. It shouldn't be defined now that things are working. Add a small blurb about XE_DEBUG as it might be useful to some people troubelshooting problems in the future. Submitted by: "Kevin Oberman" --- sys/dev/xe/if_xe.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c index 63cbb76..6699026 100644 --- a/sys/dev/xe/if_xe.c +++ b/sys/dev/xe/if_xe.c @@ -202,9 +202,10 @@ static u_int16_t xe_phy_readreg (struct xe_softc *scp, u_int16_t reg); static void xe_phy_writereg (struct xe_softc *scp, u_int16_t reg, u_int16_t data); /* - * Debug functions + * Debug functions -- uncomment for VERY verbose dignostic information. + * Set to 1 for less verbose information */ -#define XE_DEBUG 2 +/* #define XE_DEBUG 2 */ #ifdef XE_DEBUG #define XE_REG_DUMP(scp) xe_reg_dump((scp)) #define XE_MII_DUMP(scp) xe_mii_dump((scp)) -- cgit v1.1