diff --git a/en/releases/9.0R/errata.html b/en/releases/9.0R/errata.html index 838d1a6a5d..e82c2fc191 100644 --- a/en/releases/9.0R/errata.html +++ b/en/releases/9.0R/errata.html @@ -21,7 +21,7 @@ alink="#0000FF">

$FreeBSD: stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml -230203 2012-01-16 07:02:59Z hrs $
+230254 2012-01-17 02:49:23Z hrs $

@@ -289,6 +289,33 @@ has been added. The default value is 1 (use ALLOW_NEW_SOURCES and BLOCK_OLD_SOURCES).

+ +
  • +

    9.0-RELEASE fails to configure an interface specified in the +rc.conf(5) +variable ipv6_prefix_IF +when the interface does not have a corresponding ifconfig_IF_ipv6 variable. This problem will be fixed in +the future releases. To work around this problem on 9.0-RELEASE, add an ifconfig_IF_ipv6 line for each +interface specified in ipv6_prefix_IF as the following:

    + +
    +ipv6_prefix_em0="2001:db8:1:0 2001:db8:2:0"
    +ifconfig_em0_ipv6="inet6 auto_linklocal"
    +
    +
  • + +
  • +

    In 9.0-RELEASE the FreeBSD USB subsystem supports USB 3.0 by the +xhci(4) 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.

    +