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

Robert Watson rwatson at FreeBSD.org
Tue May 26 14:43:13 UTC 2009


Author: rwatson
Date: Tue May 26 14:43:12 2009
New Revision: 192809
URL: http://svn.freebsd.org/changeset/base/192809

Log:
  Re-remove NETISR2 from GENERIC in the netisr2 branch.

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

Modified: projects/pnet/sys/i386/conf/GENERIC
==============================================================================
--- projects/pnet/sys/i386/conf/GENERIC	Tue May 26 14:15:06 2009	(r192808)
+++ projects/pnet/sys/i386/conf/GENERIC	Tue May 26 14:43:12 2009	(r192809)
@@ -38,7 +38,6 @@ 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