I have it spinning now.
bnx0:
flags=28b43
mtu 1500
hwfeatures=36 hardmtu
1500
lladdr 00:14:c2:5d:31:a8
priority: 0
trunk: trunkdev trunk0
media: Ethernet autoselect (1000baseT
full-duplex,master,rxpause,txpause)
status: active
So far - no prob
On Tue, 1 Oct 2013 21:32:30 +0200 (CEST)
Mark Kettenis wrote:
> Some re(4) variants now use msi. Unfortunately the interrupt handler
> isn't careful enough, and we might miss an interrupt. The diff below
> seems to fix that by disabling the interrupts while processing an
> interrupt. This is wh