Archives for April 25th, 2008
Most of them you can easily find on the manual pages, but i think it's always good to remember...
1) To see which parameters are supported by some driver (in this case the network driver for bge0):
ndd -get /dev/bge0 ?
2) So you can see a specific option:
ndd -get /dev/bge0 link_speed
3) ...