From owner-freebsd-stable Fri Jul 21 14:12:14 2000 Delivered-To: freebsd-stable@freebsd.org Received: from caffeine.gerp.org (caffeine.gerp.org [216.80.26.45]) by hub.freebsd.org (Postfix) with SMTP id 76EA237C133 for ; Fri, 21 Jul 2000 14:12:06 -0700 (PDT) (envelope-from kdulzo@caffeine.gerp.org) Received: (qmail 13500 invoked by uid 100); 21 Jul 2000 21:00:00 -0000 Date: Fri, 21 Jul 2000 15:59:59 -0500 From: "Kevin M. Dulzo" To: freebsd-stable@freebsd.org Subject: Xircom PCCARD in 4.1-RC Message-ID: <20000721155959.A12130@caffeine.gerp.org> Reply-To: kdulzo@gerp.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: OpenBSD caffeine 2.7 CAFFEINE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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