PERFORCE change 88181 for review

Warner Losh imp at FreeBSD.org
Wed Dec 14 10:20:16 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=88181

Change 88181 by imp at imp_Speedy on 2005/12/14 18:19:26

	Fix spacing nits

Affected files ...

.. //depot/projects/arm/src/sys/arm/conf/KB920X#6 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/conf/KB920X#6 (text+ko) ====

@@ -42,7 +42,7 @@
 #options 	UFS_ACL			#Support for access control lists
 #options 	UFS_DIRHASH		#Improve performance on big directories
 options 	MD_ROOT			#MD is a potential root device
-options		ROOTDEVNAME=\"ufs:md0\"
+options 	ROOTDEVNAME=\"ufs:md0\"
 #options 	NFSCLIENT		#Network Filesystem Client
 #options 	NFSSERVER		#Network Filesystem Server
 #options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
@@ -58,10 +58,10 @@
 options 	SYSVSEM			#SYSV-style semaphores
 options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
-options		SYSCTL_OMIT_DESCR
-options		MUTEX_NOINLINE
-options		NO_FFS_SNAPSHOT
-options		NO_SWAPPING
+options 	SYSCTL_OMIT_DESCR
+options 	MUTEX_NOINLINE
+options 	NO_FFS_SNAPSHOT
+options 	NO_SWAPPING
 device		genclock
 device		loop
 device		ether
@@ -76,4 +76,4 @@
 #options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
 
 device		mem			# Memory and kernel memory devices
-device md
+device		md


More information about the p4-projects mailing list