From owner-cvs-src@FreeBSD.ORG Mon Nov 14 10:40:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDC9716A424; Mon, 14 Nov 2005 10:40:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 522B743D49; Mon, 14 Nov 2005 10:40:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAEAewDQ043788; Mon, 14 Nov 2005 10:40:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAEAewht043787; Mon, 14 Nov 2005 10:40:58 GMT (envelope-from rwatson) Message-Id: <200511141040.jAEAewht043787@repoman.freebsd.org> From: Robert Watson Date: Mon, 14 Nov 2005 10:40:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2005 10:40:59 -0000 rwatson 2005-11-14 10:40:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/em if_em.c Log: Merge if_em.c:1.82 from HEAD to RELENG_5: Put probe-time printf of adapter speed and duplex behind bootverbose: since the link takes a bit to negotiate, the information is pretty much never available during the probe. As such, the boot output pretty much always prints N/A for speed and duplex. Since we print out the output of ifconfig during the user space boot, this early boot information is also generally redundant, and added to the noise. Revision Changes Path 1.44.2.10 +14 -10 src/sys/dev/em/if_em.c