On Jan 7, 2011, at 10:33 AM, [email protected] 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
