From owner-svn-src-all@FreeBSD.ORG Tue Nov 8 23:19:22 2011 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 79805106566B; Tue, 8 Nov 2011 23:19:22 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 69FEE8FC0A; Tue, 8 Nov 2011 23:19:22 +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 pA8NJMOC053941; Tue, 8 Nov 2011 23:19:22 GMT (envelope-from yongari@svn.freebsd.org) Received: (from yongari@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pA8NJMSc053939; Tue, 8 Nov 2011 23:19:22 GMT (envelope-from yongari@svn.freebsd.org) Message-Id: <201111082319.pA8NJMSc053939@svn.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Nov 2011 23:19:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r227367 - head/sys/conf 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, 08 Nov 2011 23:19:22 -0000 Author: yongari Date: Tue Nov 8 23:19:22 2011 New Revision: 227367 URL: http://svn.freebsd.org/changeset/base/227367 Log: Comment out TI_JUMBO_HDRSPLIT. TI_JUMBO_HDRSPLIT requires TI_SF_BUF_JUMBO. Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Tue Nov 8 23:02:32 2011 (r227366) +++ head/sys/conf/NOTES Tue Nov 8 23:19:22 2011 (r227367) @@ -2147,7 +2147,7 @@ device ral # Ralink Technology RT2500 # Turn on the header splitting option for the ti(4) driver firmware. This # only works for Tigon II chips, and has no effect for Tigon I chips. # This option requires the TI_SF_BUF_JUMBO option above. -options TI_JUMBO_HDRSPLIT +#options TI_JUMBO_HDRSPLIT # # Use header splitting feature on bce(4) adapters.