Date: Fri, 21 Jul 2000 15:59:59 -0500 From: "Kevin M. Dulzo" <kdulzo@caffeine.gerp.org> To: freebsd-stable@freebsd.org Subject: Xircom PCCARD in 4.1-RC Message-ID: <20000721155959.A12130@caffeine.gerp.org>
next in thread | raw e-mail | index | archive | help
As it seems the xe driver has been configured to both function properly and be enabled by default in the GENERIC kernel, can we PLEASE apply the following or some similar patch to disable the excessive debugging output? XE_DEBUG 0 doesn't seem to be sufficient to quell the messages. I'd hate to grab 4.1-RELEASE as a new user and have my console spammed to death by xe0: status messages...especially before I might wholly grasp the ALT-F? =) --- sys/dev/xe/if_xe.c.orig Thu Jun 1 15:00:40 2000 +++ sys/dev/xe/if_xe.c Wed Jun 21 14:13:37 2000 @@ -204,7 +204,7 @@ /* * Debug functions */ -#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)) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000721155959.A12130>