Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2002 10:16:24 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19551 for review
Message-ID:  <200210181716.g9IHGOpm064154@repoman.freebsd.org>

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

Change 19551 by rwatson@rwatson_tislabs on 2002/10/18 10:16:07

	I could have sworn I committed a fix to this already -- remove
	NO_GEOM from MAC.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/i386/conf/MAC#40 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/i386/conf/MAC#40 (text+ko) ====

@@ -30,7 +30,6 @@
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 
-options		NO_GEOM
 options 	MAC
 options 	MAC_DEBUG
 options 	UFS_ACL
@@ -56,7 +55,7 @@
 options 	SYSVSHM			#SYSV-style shared memory
 options 	SYSVMSG			#SYSV-style message queues
 options 	SYSVSEM			#SYSV-style semaphores
-options 	_KPOSIX_PRIORITY_SCHEDULING
+options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
 options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
 					# output.  Adds ~128k to driver.

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?200210181716.g9IHGOpm064154>