Regen from r230254.

This commit is contained in:
Hiroki Sato 2012-01-17 02:49:59 +00:00
parent 350b8edd4e
commit 7488242e6b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38258

View file

@ -21,7 +21,7 @@ alink="#0000FF">
<p class="COPYRIGHT">Copyright &copy; 2012 The FreeBSD Documentation Project</p>
<p class="PUBDATE">$FreeBSD: stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml
230203 2012-01-16 07:02:59Z hrs $<br />
230254 2012-01-17 02:49:23Z hrs $<br />
</p>
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
@ -289,6 +289,33 @@ has been added. The default value is <tt class="LITERAL">1</tt> (use <tt
class="LITERAL">ALLOW_NEW_SOURCES</tt> and <tt
class="LITERAL">BLOCK_OLD_SOURCES</tt>).</p>
</li>
<li>
<p>9.0-RELEASE fails to configure an interface specified in the <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=rc.conf&sektion=5&manpath=FreeBSD+9.0-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">rc.conf</span>(5)</span></a>
variable <code class="VARNAME">ipv6_prefix_<tt class="REPLACEABLE"><i>IF</i></tt></code>
when the interface does not have a corresponding <code class="VARNAME">ifconfig_<tt
class="REPLACEABLE"><i>IF</i></tt>_ipv6</code> variable. This problem will be fixed in
the future releases. To work around this problem on 9.0-RELEASE, add an <code
class="VARNAME">ifconfig_<tt class="REPLACEABLE"><i>IF</i></tt>_ipv6</code> line for each
interface specified in <code class="VARNAME">ipv6_prefix_<tt
class="REPLACEABLE"><i>IF</i></tt></code> as the following:</p>
<pre class="PROGRAMLISTING">
ipv6_prefix_em0="2001:db8:1:0 2001:db8:2:0"
ifconfig_em0_ipv6="inet6 auto_linklocal"
</pre>
</li>
<li>
<p>In 9.0-RELEASE the FreeBSD USB subsystem supports USB 3.0 by the <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=xhci&sektion=4&manpath=FreeBSD+9.0-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">xhci</span>(4)</span></a> driver.
However, a bug that could prevent it from working with a USB 3.0 hub has been found and
fixed after the release date. This means 9.0-RELEASE and prior do not work with a USB 3.0
hub. This problem has been fixed in HEAD and will be merged into the 9-STABLE branch.</p>
</li>
</ul>
</div>