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" <oberman@es.net>
This commit is contained in:
Warner Losh 2000-07-10 16:46:21 +00:00
parent 7487ef6243
commit ce1dd19461
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62912

View file

@ -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))