On 2010-02-12, Tomas Bodzar <[email protected]> wrote: > I can't use network in OpenBSD with any driver which is provided. All > show just 'watchdog timeout -- resetting'. I tried re, em and fpx > drivers.
qemu's re(4) emulation doesn't (by default) include the onboard timer. You should be able to define RTL8139_ONBOARD_TIMER (e.g. in rtl8139.c) and rebuild. Also see http://thread.gmane.org/gmane.comp.emulators.qemu/63139 > With fxp there was even core dump and Qemu crashed. Looks > like problem is with their management of memory which they "improved" > for KVM : This looks simply like missing pieces in qemu's emulation, but they choose to trigger an assertion (i.e. crash) rather than failing more gracefully. > $1 = 0xa1b49d8 "qemu: > /builddir/build/BUILD/qemu-kvm-0.11.0/hw/eepro100.c:1176: > eepro100_read2: Assertion `!\"feature is missing in this emulation: \" > \"unknown word read\"' failed.\n" > No symbol "__glib_assert_msg" in current context.

