From owner-svn-src-all@FreeBSD.ORG Tue Jan 17 02:49:24 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91FC3106566C; Tue, 17 Jan 2012 02:49:24 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 619B98FC08; Tue, 17 Jan 2012 02:49:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q0H2nOXL063726; Tue, 17 Jan 2012 02:49:24 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q0H2nOo6063724; Tue, 17 Jan 2012 02:49:24 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201201170249.q0H2nOo6063724@svn.freebsd.org> From: Hiroki Sato Date: Tue, 17 Jan 2012 02:49:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r230254 - stable/9/release/doc/en_US.ISO8859-1/errata X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2012 02:49:24 -0000 Author: hrs Date: Tue Jan 17 02:49:23 2012 New Revision: 230254 URL: http://svn.freebsd.org/changeset/base/230254 Log: Document the following open issues: - $ipv6_prefix_IF fails to configure IF when there is no $ifconfig_IF_ipv6. - USB 3.0 hubs do not work. Modified: stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml Modified: stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml ============================================================================== --- stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml Tue Jan 17 01:28:43 2012 (r230253) +++ stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml Tue Jan 17 02:49:23 2012 (r230254) @@ -288,6 +288,34 @@ boot ALLOW_NEW_SOURCES and BLOCK_OLD_SOURCES). + + + &release.current; fails to configure an interface + specified in the &man.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 &release.current;, + 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 &release.current; the &os; USB subsystem supports USB + 3.0 by the &man.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 + &release.current; 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. +