Was interested by the code that the realtek driver for FreeBSD Provided. The Driver has poll routines for hardware setup and shutdown. The driver also has functionality to configure the device as 1000/100/10 MB/s full duplex/half duplex driver.
As From the Read Me.
As From the Read Me.
The Configuration for Static as well as DHCP is given below
# ifconfig rl0 xxx.xxx.xxx.xxx
else
# /sbin/dhclient rl0
The user can use the following command to change link speed and duplex mode.
1. For auto negotiation,
#ifconfig rl
2. For 1000Mbps full-duplex,
#ifconfig rl
3. For 100Mbps full-duplex,
#ifconfig rl
4. For 100Mbps half-duplex,
#ifconfig rl
5. For 10Mbps full-duplex,
#ifconfig rl
6. For 10Mbps half-duplex,
#ifconfig rl
The Site for the driver download/Source Code is provided below
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=5&PFid=5&Level=5&Conn=4&DownTypeID=3
No comments:
Post a Comment