From owner-cvs-src@FreeBSD.ORG Sun Jan 21 20:03:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 090B716A400; Sun, 21 Jan 2007 20:03:12 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id CDC0313C45E; Sun, 21 Jan 2007 20:03:11 +0000 (UTC) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l0LK398t013086 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 21 Jan 2007 12:03:11 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <45B3C6FC.5090107@errno.com> Date: Sun, 21 Jan 2007 12:03:08 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.8 (X11/20061115) MIME-Version: 1.0 To: Marius Strobl References: <200701200056.l0K0uoVU042909@repoman.freebsd.org> In-Reply-To: <200701200056.l0K0uoVU042909@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8 ifmedia.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: Sun, 21 Jan 2007 20:03:12 -0000 Marius Strobl wrote: > marius 2007-01-20 00:56:49 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig ifconfig.8 ifmedia.c > Log: > - Display the media instance numbers and allow the user to set the active > one. This is based on NetBSD but unlike NetBSD this implementation prints > the instance number for all media instances and doesn't skip it for the > first one as I don't see a reason to suppress it except for the vague > reason to preserve the output for single-instance configurations. > - Fix some whitespace nits. This overflows 80 cols for wireless devices. I suspect the information is meaningless to most folks and can be safely hidden under the -v option. Alternatively we can take an axe to the media reporting for 802.11 devices. It's pretty lame in it's present form. Sam