svn commit: r236033 - user/np/toe_iwarp/sys/i386/conf

Navdeep Parhar np at FreeBSD.org
Sat May 26 00:59:44 UTC 2012


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


More information about the svn-src-user mailing list