Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2003 13:01:13 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 25949 for review
Message-ID:  <200302262101.h1QL1Dlx011006@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=25949

Change 25949 by jhb@jhb_laptop on 2003/02/26 13:00:45

	Add SCHED_4BSD to configs.

Affected files ...

.. //depot/projects/smpng/sys/alpha/conf/ALPHA#8 edit
.. //depot/projects/smpng/sys/alpha/conf/ALPHA-up#7 edit
.. //depot/projects/smpng/sys/i386/conf/X86#7 edit
.. //depot/projects/smpng/sys/i386/conf/X86-up#7 edit
.. //depot/projects/smpng/sys/sparc64/conf/SPARC64#11 edit

Differences ...

==== //depot/projects/smpng/sys/alpha/conf/ALPHA#8 (text+ko) ====

@@ -13,6 +13,7 @@
 options 	DEC_ST550		# Personal Workstation 433, 500, 600
 options 	DEC_ST6600		# XP1000, DP264, DS20, DS10, family
 
+options 	SCHED_4BSD		#4BSD scheduler
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
 options 	FFS			#Berkeley Fast Filesystem

==== //depot/projects/smpng/sys/alpha/conf/ALPHA-up#7 (text+ko) ====

@@ -13,6 +13,7 @@
 options 	DEC_ST550		# Personal Workstation 433, 500, 600
 options 	DEC_ST6600		# XP1000, DP264, DS20, DS10, family
 
+options 	SCHED_4BSD		#4BSD scheduler
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
 options 	FFS			#Berkeley Fast Filesystem

==== //depot/projects/smpng/sys/i386/conf/X86#7 (text+ko) ====

@@ -9,6 +9,7 @@
 makeoptions 	NO_MODULES=yes
 makeoptions 	KERNEL=smpng
 
+options 	SCHED_4BSD		#4BSD scheduler
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
 options 	FFS			#Berkeley Fast Filesystem

==== //depot/projects/smpng/sys/i386/conf/X86-up#7 (text+ko) ====

@@ -9,6 +9,7 @@
 makeoptions 	NO_MODULES=yes
 makeoptions 	KERNEL=smpng
 
+options 	SCHED_4BSD		#4BSD scheduler
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
 options 	FFS			#Berkeley Fast Filesystem

==== //depot/projects/smpng/sys/sparc64/conf/SPARC64#11 (text+ko) ====

@@ -15,6 +15,7 @@
 # Platforms supported
 #	At this time all platforms are supported, as-is.
 
+options 	SCHED_4BSD		#4BSD scheduler
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
 options 	FFS			#Berkeley Fast Filesystem

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302262101.h1QL1Dlx011006>