svn commit: r192374 - projects/pnet/sys/i386/conf

Robert Watson rwatson at FreeBSD.org
Tue May 19 09:26:31 UTC 2009


Author: rwatson
Date: Tue May 19 09:26:29 2009
New Revision: 192374
URL: http://svn.freebsd.org/changeset/base/192374

Log:
  Use NETISR2 in GENERIC in this branch.

Modified:
  projects/pnet/sys/i386/conf/GENERIC

Modified: projects/pnet/sys/i386/conf/GENERIC
==============================================================================
--- projects/pnet/sys/i386/conf/GENERIC	Tue May 19 09:10:53 2009	(r192373)
+++ projects/pnet/sys/i386/conf/GENERIC	Tue May 19 09:26:29 2009	(r192374)
@@ -38,6 +38,7 @@ options 	SCHED_ULE		# ULE scheduler
 options 	PREEMPTION		# Enable kernel thread preemption
 options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols
+options 	NETISR2			# Parallel netisrs
 options 	SCTP			# Stream Control Transmission Protocol
 options 	FFS			# Berkeley Fast Filesystem
 options 	SOFTUPDATES		# Enable FFS soft updates support


More information about the svn-src-projects mailing list