From owner-svn-src-user@FreeBSD.ORG Sat May 26 00:59:44 2012 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 960761065744; Sat, 26 May 2012 00:59:44 +0000 (UTC) (envelope-from np@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 795888FC0A; Sat, 26 May 2012 00:59:44 +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 q4Q0xiWa043199; Sat, 26 May 2012 00:59:44 GMT (envelope-from np@svn.freebsd.org) Received: (from np@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4Q0xiL1043197; Sat, 26 May 2012 00:59:44 GMT (envelope-from np@svn.freebsd.org) Message-Id: <201205260059.q4Q0xiL1043197@svn.freebsd.org> From: Navdeep Parhar Date: Sat, 26 May 2012 00:59:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r236033 - user/np/toe_iwarp/sys/i386/conf X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2012 00:59:44 -0000 Author: np Date: Sat May 26 00:59:43 2012 New Revision: 236033 URL: http://svn.freebsd.org/changeset/base/236033 Log: Add TCP_OFFLOAD to i386's GENERIC too. Modified: user/np/toe_iwarp/sys/i386/conf/GENERIC Modified: user/np/toe_iwarp/sys/i386/conf/GENERIC ============================================================================== --- user/np/toe_iwarp/sys/i386/conf/GENERIC Sat May 26 00:57:17 2012 (r236032) +++ user/np/toe_iwarp/sys/i386/conf/GENERIC Sat May 26 00:59:43 2012 (r236033) @@ -29,6 +29,7 @@ options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols +options TCP_OFFLOAD # TCP offload options SCTP # Stream Control Transmission Protocol options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support