summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/pkg-message
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2006-08-07 16:10:27 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2006-08-07 16:10:27 +0000
commitabffcb30ec97e8b7fe50b51b323a63201f83190d (patch)
tree14535343032cf24b54d2d185d006e38ee894f846 /emulators/qemu-devel/pkg-message
parento Update to 0.9.8. (diff)
Update to 0.8.2.
PR: ports/101381 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Diffstat (limited to 'emulators/qemu-devel/pkg-message')
-rw-r--r--emulators/qemu-devel/pkg-message11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/qemu-devel/pkg-message b/emulators/qemu-devel/pkg-message
index 6aae63037bb3..7ade9da7da15 100644
--- a/emulators/qemu-devel/pkg-message
+++ b/emulators/qemu-devel/pkg-message
@@ -45,4 +45,15 @@ and run /etc/rc.d/devfs restart. example devfs.rules:
add path 'ugen*' mode 660 group operator
corresponding rc.conf line:
devfs_system_ruleset="ugen_ruleset"
+- still usb: since the hub is no longer attached to the uchi controller
+and the wakeup mechanism, resume interrupt is not implemented yet linux
+guests will suspend the bus, i.e. they wont see devices usb_add'ed after
+its (linux') uhci module got loaded. workaround: either add devices
+before linux loads the module or rmmod and modprobe it afterwards.
+- to avoid panics or non-working re(4) nics with FreeBSD guests if you
+use qemu -net nic,model=rtl8139 -net user or tap ... enable the emulated
+rtl8139 timer by building the port with WITH_RTL8139_TIMER defined.
+(the rtl8139c+ that model=rtl8139 emulates needs less cpu than qemu's
+default ne2k nic which is driven by ed(4), it has not been made default
+only because it may not work with all guests yet.)
====