diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2005-03-06 19:08:51 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-03-06 19:08:51 +0000 |
| commit | e3be46bfb0a2d8bb24ec2bbce90ca49a1706982a (patch) | |
| tree | 84d0e6b969780dd79baf55b2259c7eb4c2804a40 | |
| parent | 1b32579f235e20e3ce8a912a38051d78c07d0173 (diff) | |
Notes
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 12 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 12 |
2 files changed, 22 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 2ed4120dbc48e..f73a09683e300 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -271,6 +271,11 @@ <para>The pcii driver has been added to support GPIB-PCIIA IEEE-488 cards.</para> + <para>The &man.atkbd.4; driver now supports a <literal>0x8</literal> + (bit 3) flag to disable testing the keyboard port during + the device probe as this can cause hangs on some machines, + specifically Compaq R3000Z series amd64 laptops.</para> + <para arch="i386">The &man.pbio.4; driver, which supports direct access to the Intel 8255A programmable peripheral interface (PPI) @@ -422,6 +427,9 @@ Note that &man.ipfw.8; rules have to be carefully crafted to make sure that things like PMTU discovery do not break. &merged;</para> + <para>&man.ipnat.8; now allows redirect rules to + work for non-TCP/UDP packets. &merged;</para> + <para>Ongoing work is reducing the use of the Giant lock by the network protocol stack and improving the locking strategies.</para> @@ -432,6 +440,8 @@ <para>The &man.sppp.4; driver now includes Frame Relay support. &merged;</para> + <para>The &man.sppp.4; driver is now MPSAFE.</para> + <para>A bug in TCP that sometimes caused RST packets to be ignored if the receive window was zero bytes has been fixed. &merged;</para> @@ -686,7 +696,7 @@ <para>Two bugs in the &man.pppd.8; program has been fixed. They may result in an incorrect CBCP response which violates the Microsoft PPP Callback Control Protocol - section 3.2.</para> + section 3.2. &merged;</para> <para>The &man.rescue.8; utilities in the <filename>/rescue</filename> directory now includes &man.bsdtar.1; instead of GNU tar.</para> diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 2ed4120dbc48e..f73a09683e300 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -271,6 +271,11 @@ <para>The pcii driver has been added to support GPIB-PCIIA IEEE-488 cards.</para> + <para>The &man.atkbd.4; driver now supports a <literal>0x8</literal> + (bit 3) flag to disable testing the keyboard port during + the device probe as this can cause hangs on some machines, + specifically Compaq R3000Z series amd64 laptops.</para> + <para arch="i386">The &man.pbio.4; driver, which supports direct access to the Intel 8255A programmable peripheral interface (PPI) @@ -422,6 +427,9 @@ Note that &man.ipfw.8; rules have to be carefully crafted to make sure that things like PMTU discovery do not break. &merged;</para> + <para>&man.ipnat.8; now allows redirect rules to + work for non-TCP/UDP packets. &merged;</para> + <para>Ongoing work is reducing the use of the Giant lock by the network protocol stack and improving the locking strategies.</para> @@ -432,6 +440,8 @@ <para>The &man.sppp.4; driver now includes Frame Relay support. &merged;</para> + <para>The &man.sppp.4; driver is now MPSAFE.</para> + <para>A bug in TCP that sometimes caused RST packets to be ignored if the receive window was zero bytes has been fixed. &merged;</para> @@ -686,7 +696,7 @@ <para>Two bugs in the &man.pppd.8; program has been fixed. They may result in an incorrect CBCP response which violates the Microsoft PPP Callback Control Protocol - section 3.2.</para> + section 3.2. &merged;</para> <para>The &man.rescue.8; utilities in the <filename>/rescue</filename> directory now includes &man.bsdtar.1; instead of GNU tar.</para> |
