Date: Fri, 07 Jan 2011 10:45:05 -0800 From: Chuck Swiger <cswiger@mac.com> To: vrwmiller@gmail.com Cc: freebsd-questions@freebsd.org Subject: Re: Ascertaining NIC Driver Version Message-ID: <DF3CD99C-976C-4BB4-8CE4-54166D0A0C3A@mac.com> In-Reply-To: <20cf30564501675f1c049945dc9c@google.com> References: <20cf30564501675f1c049945dc9c@google.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 7, 2011, at 10:33 AM, vrwmiller@gmail.com wrote: > 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. The sysctl tree under dev for a particular device, ie, "sysctl dev.bce", "sysctl dev.em", etc will return more information which might include a vendor-specific driver version #... Regards, -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DF3CD99C-976C-4BB4-8CE4-54166D0A0C3A>