From owner-cvs-src@FreeBSD.ORG Wed Jan 26 05:12:17 2005 Return-Path: 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 19A8516A4CE; Wed, 26 Jan 2005 05:12:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E460F43D3F; Wed, 26 Jan 2005 05:12:16 +0000 (GMT) (envelope-from imp@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 j0Q5CGON011822; Wed, 26 Jan 2005 05:12:16 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0Q5CG7w011821; Wed, 26 Jan 2005 05:12:16 GMT (envelope-from imp) Message-Id: <200501260512.j0Q5CG7w011821@repoman.freebsd.org> From: Warner Losh Date: Wed, 26 Jan 2005 05:12:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ed if_ed.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 26 Jan 2005 05:12:17 -0000 imp 2005-01-26 05:12:16 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c Log: Repair probe messages a bit. Previously, we'd print the ethernet address, and additional information. Then the printing of the ethernet address was moved into ether_attach, and so we were printing orphaned information about the card. Now the probe message is prefixed by edX:. Prepare for it to move under bootverbose, but don't move it there yet (the || 1 trick). Revision Changes Path 1.239 +17 -14 src/sys/dev/ed/if_ed.c