From owner-svn-src-stable@FreeBSD.ORG Fri Jun 7 09:06:50 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9D094245; Fri, 7 Jun 2013 09:06:50 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8F1F8122B; Fri, 7 Jun 2013 09:06:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5796owh031505; Fri, 7 Jun 2013 09:06:50 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5796oAp031504; Fri, 7 Jun 2013 09:06:50 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201306070906.r5796oAp031504@svn.freebsd.org> From: Hiroki Sato Date: Fri, 7 Jun 2013 09:06:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r251489 - stable/8/release/doc/en_US.ISO8859-1/errata X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 09:06:50 -0000 Author: hrs Date: Fri Jun 7 09:06:50 2013 New Revision: 251489 URL: http://svnweb.freebsd.org/changeset/base/251489 Log: Document a bge(4) issue. Modified: stable/8/release/doc/en_US.ISO8859-1/errata/article.xml Modified: stable/8/release/doc/en_US.ISO8859-1/errata/article.xml ============================================================================== --- stable/8/release/doc/en_US.ISO8859-1/errata/article.xml Fri Jun 7 09:03:56 2013 (r251488) +++ stable/8/release/doc/en_US.ISO8859-1/errata/article.xml Fri Jun 7 09:06:50 2013 (r251489) @@ -206,6 +206,23 @@ Open Issues + [20130607] The &man.bge.4; network interface driver has an + issue when TSO (TCP Segmentation Offload) is enabled. It causes + intermittent reset and re-initialization. + + A workaround is disabling the TSO feature. One can disable + it by adding the following line into the &man.rc.conf.5; + file: + + ifconfig_bge0="-tso" + + or by using the &man.ifconfig.8; utility manually: + + &prompt.root; ifconfig bge0 -tso + + A patch to fix this issue will be released as an Errata + Notice. + [20130606] The &man.fxp.4; network interface driver may not work well with the &man.dhclient.8; utility. More specifically, if the /etc/rc.conf has the following