Mention ed(4) emulation is broken in FreeBSD 6.0-RC1.

Submitted by:	Juergen Lock <nox at jelal dot kn-bremen dot de> (maintainer)
This commit is contained in:
Jung-uk Kim 2005-10-14 23:47:48 +00:00
parent 08c2c61aa5
commit ca58d94670
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145428
2 changed files with 16 additions and 2 deletions

View file

@ -25,5 +25,12 @@ port/package installed in addition to qemu.
(see kern/84102, http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/84102), (see kern/84102, http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/84102),
using a kernel without PREEMPTION has been reported to fix this problem. using a kernel without PREEMPTION has been reported to fix this problem.
(or do an ftp install instead of installing from the emulated cdrom, and (or do an ftp install instead of installing from the emulated cdrom, and
then make a new kernel.) then make a new kernel.) [now fixed in cvs.]
- 6.0-RC1 was released with an ed driver that doesn't like qemu's emulated
RTL8029 nic, this has been fixed in the meantime but if for some reason
you need to use that version as a guest you can temporarily add the patch
in this message: http://docs.freebsd.org/cgi/mid.cgi?200510131428.21211.jkim
(not included in the port since the used VIA VT86C926 PCI ID does not
really match the emulated nic exactly, it just `happens' to work with
6.0-RC1's driver.)
==== ====

View file

@ -25,5 +25,12 @@ port/package installed in addition to qemu.
(see kern/84102, http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/84102), (see kern/84102, http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/84102),
using a kernel without PREEMPTION has been reported to fix this problem. using a kernel without PREEMPTION has been reported to fix this problem.
(or do an ftp install instead of installing from the emulated cdrom, and (or do an ftp install instead of installing from the emulated cdrom, and
then make a new kernel.) then make a new kernel.) [now fixed in cvs.]
- 6.0-RC1 was released with an ed driver that doesn't like qemu's emulated
RTL8029 nic, this has been fixed in the meantime but if for some reason
you need to use that version as a guest you can temporarily add the patch
in this message: http://docs.freebsd.org/cgi/mid.cgi?200510131428.21211.jkim
(not included in the port since the used VIA VT86C926 PCI ID does not
really match the emulated nic exactly, it just `happens' to work with
6.0-RC1's driver.)
==== ====