Hello all, I'm having some issues with bge on sun v40z systems with OpenBSD/amd64 3.8-stable and -current, SMP and UP.
dmesg snippet: bge0 at pci2 dev 2 function 0 "Broadcom BCM5703X" rev 0x02, BCM5703 A2 (0x1002): apic 5 int 1 (irq 5) address [snip correct mac addr] brgphy0 at bge0 phy 1: BCM5703 10/100/1000baseT PHY, rev. 2 bge1 at pci2 dev 3 function 0 "Broadcom BCM5703X" rev 0x02, BCM5703 A2 (0x1002): apic 5 int 2 (irq 7) address [snip correct mac addr] brgphy1 at bge1 phy 1: BCM5703 10/100/1000baseT PHY, rev. 2 If I boot off the disk, it works fine. However if I use pxeboot, the interfaces don't work unless you try to put a packet on the wire. In order to make the DHCP request work from my installer, I first have to: ifconfig bge0 up ping -nq -c 1 -w 1 255.255.255.255 dhclient bge0 Without the 1-packet ping, dhclient will fail. For the installer this hack is fine, but running diskless doesn't work because the kernel's revarp never gets a packet out of the interface... Any help is very welcome. Thanks in advance.