My progress this far with dual NIC on intel P45 chipset, GA-EP45-DS3P mobo:
scanpci
pci bus 0x0003 cardnum 0x00 function 0x00: vendor 0x10ec device 0x8168
Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet
controller
pci bus 0x0004 cardnum 0x00 function 0x00: vendor 0x10ec device 0x8168
Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet
controller
bash-3.2# prtconf
System Configuration: Sun Microsystems i86pc
Memory size: 4095 Megabytes
System Peripherals (Software Nodes):
i86pc
scsi_vhci, instance #0
isa, instance #0
asy, instance #0
i8042, instance #0
keyboard, instance #0
motherboard (driver not attached)
pit_beep, instance #0
pci, instance #0
pci1458,5000 (driver not attached)
pci8086,2e21, instance #0
display, instance #0
pci1002,aa30 (driver not attached)
pci1458,5004, instance #0
mouse, instance #3
pci1458,5004, instance #1
pci1458,5004, instance #2
pci1458,5006, instance #0
pci1458,a102, instance #0
pci8086,3a40, instance #1
pci8086,3a48, instance #2
pci1458,e000, instance #0
pci8086,3a4a, instance #3
pci1458,e000, instance #1
pci1458,5004, instance #3
pci1458,5004, instance #4
pci1458,5004, instance #5
pci1458,5006, instance #1
pci8086,244e, instance #0
pci11ab,11ab, instance #0
disk, instance #1
disk, instance #2
disk, instance #3
disk, instance #4
pci1458,1000, instance #0
pci-ide, instance #2
ide, instance #4
cmdk, instance #0
ide (driver not attached)
pci1458,5001 (driver not attached)
pci-ide, instance #0
ide (driver not attached)
ide, instance #1
sd, instance #0
pci1458,5001 (driver not attached)
pci-ide, instance #1
ide (driver not attached)
ide (driver not attached)
iscsi, instance #0
stmf, instance #0
sbd, instance #0
fct, instance #0
pseudo, instance #0
options, instance #0
agpgart, instance #0
xsvc, instance #0
used-resources (driver not attached)
cpus, instance #0
cpu, instance #0
cpu, instance #1
cpu, instance #2
cpu, instance #3
prtconf -pv
Node 0x00001e
assigned-addresses:
81030010.00000000.0000b000.00000000.00000100.c3030018.00
000000.ea110000.00000000.00001000.c3030020.00000000.ea100000.00000000.00010000
reg:
00030000.00000000.00000000.00000000.00000000.01030010.00000000.00000000
.00000000.00000100.43030018.00000000.00000000.00000000.00001000.43030020.00000000.00000000.00
000000.00010000
compatible: 'pciex10ec,8168.1458.e000.2' +
'pciex10ec,8168.1458.e000' + 'pcie
x10ec,8168.2' + 'pciex10ec,8168' + 'pciexclass,020000' + 'pciexclass,0200' +
'pci10ec,8168.14
58.e000.2' + 'pci10ec,8168.1458.e000' + 'pci1458,e000' + 'pci10ec,8168.2' +
'pci10ec,8168' +
'pciclass,020000' + 'pciclass,0200'
model: 'Ethernet controller'
power-consumption: 00000001.00000001
devsel-speed: 00000000
interrupts: 00000001
subsystem-vendor-id: 00001458
subsystem-id: 0000e000
unit-address: '0'
class-code: 00020000
revision-id: 00000002
vendor-id: 000010ec
device-id: 00008168
pcie-capid-pointer: 00000070
pcie-capid-reg: 00000201
name: 'pci1458,e000'
Node 0x00001f
assigned-addresses:
81040010.00000000.0000c000.00000000.00000100.c3040018.00
000000.ea010000.00000000.00001000.c3040020.00000000.ea000000.00000000.00010000
reg:
00040000.00000000.00000000.00000000.00000000.01040010.00000000.00000000
.00000000.00000100.43040018.00000000.00000000.00000000.00001000.43040020.00000000.00000000.00
000000.00010000
compatible: 'pciex10ec,8168.1458.e000.2' +
'pciex10ec,8168.1458.e000' + 'pcie
x10ec,8168.2' + 'pciex10ec,8168' + 'pciexclass,020000' + 'pciexclass,0200' +
'pci10ec,8168.14
58.e000.2' + 'pci10ec,8168.1458.e000' + 'pci1458,e000' + 'pci10ec,8168.2' +
'pci10ec,8168' +
'pciclass,020000' + 'pciclass,0200'
model: 'Ethernet controller'
power-consumption: 00000001.00000001
devsel-speed: 00000000
interrupts: 00000001
subsystem-vendor-id: 00001458
subsystem-id: 0000e000
unit-address: '0'
class-code: 00020000
revision-id: 00000002
vendor-id: 000010ec
device-id: 00008168
pcie-capid-pointer: 00000070
pcie-capid-reg: 00000201
name: 'pci1458,e000'
less driver_aliases:
rge "pci10ec,8169"
rge "pci10ec,8168"
rge "pci10ec,8167"
rge "pci16ec,116"
rge "pci10ec,8136"
rge "pciex10ec,8136"
bash-3.2# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232
index 1
inet 127.0.0.1 netmask ff000000
rge0: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500
index 2
inet 192.168.0.100 netmask ffffff00 broadcast 192.168.0.255
ether 0:1f:d0:20:c0:6a
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252
index 1
inet6 ::1/128
bash-3.2# ping 192.168.0.100
192.168.0.100 is alive
bash-3.2# ping www.google.com
ping: unknown host www.google.com
This message posted from opensolaris.org