On Wed, Mar 01, 2006 at 12:04:39PM +0100, Ragnar Lonn wrote: > Can anyone give me some ideas about where I should be looking to find/fix > this problem or if there is any probably workaround?
The em(4) driver, probably. Locking on 4.x is quite different -- the kernel in 4.x is not preemptive and uses the old-school BSD splimp() software interrupt masking instead of kernel thread locks. I had a quick look and can't think of any leads! Perhaps you should try searching the FreeBSD archives? Regards, BMS - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.
