Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2005 18:20:09 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 88181 for review
Message-ID:  <200512141820.jBEIK94o082254@repoman.freebsd.org>

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

Change 88181 by imp@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



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