From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 19:12:43 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DB5B1065694 for ; Fri, 7 Jan 2011 19:12:43 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 43BD18FC16 for ; Fri, 7 Jan 2011 19:12:42 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 07 Jan 2011 14:12:42 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr16.lnh.mail.rcn.net (MOS 4.1.9-GA) with ESMTP id AVP54493; Fri, 7 Jan 2011 14:12:42 -0500 Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 07 Jan 2011 14:12:41 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19751.26017.786985.199702@jerusalem.litteratus.org> Date: Fri, 7 Jan 2011 14:12:33 -0500 To: Chuck Swiger In-Reply-To: References: <20cf30564501675f1c049945dc9c@google.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: vrwmiller@gmail.com, freebsd-questions@freebsd.org Subject: Re: Ascertaining NIC Driver Version X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2011 19:12:43 -0000 Chuck Swiger writes: > > Is there a command line utility, a la ethtool or the like, that > > can be used to query the NIC driver version? > > "uname -a" is probably the most general answer, as most FreeBSD > NIC drivers don't have individualized version #s, aside from the > OS version itself. That is not my understanding. To the OP: FreeBSD NIC drivers can and do have version numbers: huff@>> grep \$FreeBSD /sys/dev/e1000/if_em.c /*$FreeBSD: src/sys/dev/e1000/if_em.c,v 1.64 2010/12/04 06:38:21 jfv Exp $*/ The system in question: FreeBSD 9.0-CURRENT #0: Sat Oct 23 08:15:53 EDT 2010 amd64 Obviously, the driver and OS version have nothing to do with each other. And the FreeBSD driver version will probably have nothing to do with any other driver version, especially one provided by the manufacturer. Robert Huff