From owner-freebsd-stable@FreeBSD.ORG Wed Oct 17 23:03:24 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E158116A419 for ; Wed, 17 Oct 2007 23:03:24 +0000 (UTC) (envelope-from dyeske@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 81D0213C45B for ; Wed, 17 Oct 2007 23:03:24 +0000 (UTC) (envelope-from dyeske@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1977903nfb for ; Wed, 17 Oct 2007 16:03:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=JbEGrwHx+5RQvKWMHgdClbR3WILqKdxE8HijaTeZU+c=; b=tg2OKT+1TEsX16rX0icKeFVVVe8loCulwwEhPNJB1BGWEC5QWdQEv3KMcgoJ7hICQ0bM9IYbFnK5XZiUnLSC/VBxbXz04FyQtBK85haOPqM/ekkbcfmjJZ5CpIRQuJlzc8YouVjQihBxdWRR+rrIEDt3d8e7ZeLIYB1r9Fb9igk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fQsFTu5jE2jkSo63/Ms2yGP1v/V4IP6HglkMWFC9PRHuHIvYqOlCDabike6FLnwJbOFTDMMbsgDuynOHN5Ow9KEZNybLtKEeeyTiGH2g/guqdTm6lttuRyJFr5mTADX086olUjfiTw19oUf3fpKCg1LrFWs8WsfbKh1GYPqa23Y= Received: by 10.78.150.7 with SMTP id x7mr5923948hud.1192662202214; Wed, 17 Oct 2007 16:03:22 -0700 (PDT) Received: by 10.78.151.6 with HTTP; Wed, 17 Oct 2007 16:03:22 -0700 (PDT) Message-ID: <85bdae4e0710171603p4a269efbi62710d55e37b733d@mail.gmail.com> Date: Wed, 17 Oct 2007 19:03:22 -0400 From: "David Yeske" To: "FreeBSD Stable List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: interface speed support X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2007 23:03:25 -0000 Is there a way to determine the supported interface speed of a particular driver? If I have a gigabit ethernet device connected to a 100baseTX switch, how can I determine the interface supports gigabit ethernet? I have tried parsing the following. Is there a cleaner way to do this? sysctl -A | grep phy | grep desc