Mentioned board has Realtek RTL8110SC (10/100/1000 Mbit/sec) integrated on it as second NIC. My major concern is Realtek RTL8110SC GLDv3 NIC or no ? HCL OpenSolaris contains only RTL 8139,8169. This message posted from opensolaris.org
Boris Derzhavets wrote:> Mentioned board has Realtek RTL8110SC (10/100/1000 Mbit/sec) integrated on it as second NIC. My major concern is Realtek RTL8110SC GLDv3 NIC or no ? > HCL OpenSolaris contains only RTL 8139,8169.It looks as though that would be supported by the rge driver, which is GLDv3. dme.
If I understood you right, mentioned Realtek NIC may be handled as follows.
Suppose
# prtconf –pv
returns for Realtek Ether
device-id : 4364
vendor-id: 11ab
Then
# update_drv -a -i '"pci11ab,4364"' rge
# reboot -- -r ( Not sure, I will need reconfiguration reboot)
# ifconfig rge0 plumb
# ifconfig rge0 up I92.168.0.1 netmask 255.255.255.0
and moreover
# dladm show-link
won’t mark rge0 as legacy
Lucky chance I can define rge0 as default NIC for xend.
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
xen-discuss@opensolaris.org
Looks like Solaris xVM (> 75A) will just detect RTL8110SC during install http://docs.sun.com/app/docs/doc/820-0724/gfoov?a=view Thank you for responding This message posted from opensolaris.org