From owner-cvs-src@FreeBSD.ORG Mon Nov 14 10:40:11 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 55A3D16A41F; Mon, 14 Nov 2005 10:40:11 +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 087C643D45; Mon, 14 Nov 2005 10:40:11 +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 jAEAeAFp043700; Mon, 14 Nov 2005 10:40:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAEAeA79043699; Mon, 14 Nov 2005 10:40:10 GMT (envelope-from rwatson) Message-Id: <200511141040.jAEAeA79043699@repoman.freebsd.org> From: Robert Watson Date: Mon, 14 Nov 2005 10:40:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 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:11 -0000 rwatson 2005-11-14 10:40:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em if_em.c Log: Merge if_em.c:1.82 from HEAD to RELENG_6: 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.65.2.7 +14 -10 src/sys/dev/em/if_em.c