interface speed support

David Yeske dyeske at gmail.com
Wed Oct 17 16:03:25 PDT 2007


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


More information about the freebsd-stable mailing list