summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-02-13 22:27:40 +0000
committerobrien <obrien@FreeBSD.org>2003-02-13 22:27:40 +0000
commitd386c2087890c04d30bc48551831df26a3f798f5 (patch)
treea7d288c9ce382f34fce368a13dec3b00ed5fc5fa /sys/powerpc
parent85bd6322e6edcb3bfbffd622ffadb64a87fef543 (diff)
downloadFreeBSD-src-d386c2087890c04d30bc48551831df26a3f798f5.zip
FreeBSD-src-d386c2087890c04d30bc48551831df26a3f798f5.tar.gz
Fix whitespace problems with option lines.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/conf/GENERIC62
1 files changed, 31 insertions, 31 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 1572a98..4eb2245 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -31,40 +31,40 @@ makeoptions WERROR=-Wno-error #XXX: We don't want -Werror just now
# Platform support
options POWERMAC #NewWorld Apple PowerMacs
-options PSIM #GDB PSIM ppc simulator
+options PSIM #GDB PSIM ppc simulator
options SCHED_4BSD #4BSD scheduler
-options INET #InterNETworking
-options INET6 #IPv6 communications protocols
-options FFS #Berkeley Fast Filesystem
-options SOFTUPDATES #Enable FFS soft updates support
+options INET #InterNETworking
+options INET6 #IPv6 communications protocols
+options FFS #Berkeley Fast Filesystem
+options SOFTUPDATES #Enable FFS soft updates support
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 NFSCLIENT #Network Filesystem Client
-options NFSSERVER #Network Filesystem Server
-options NFS_ROOT #NFS usable as root device
-#options MSDOSFS #MSDOS Filesystem
-options CD9660 #ISO 9660 Filesystem
-options PROCFS #Process filesystem (requires PSEUDOFS)
-options PSEUDOFS #Pseudo-filesystem framework
-options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
-options COMPAT_FREEBSD4 #Keep this for a while
-options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
-options KTRACE #ktrace(1) syscall trace support
-options SYSVSHM #SYSV-style shared memory
-options SYSVMSG #SYSV-style message queues
-options SYSVSEM #SYSV-style semaphores
-#options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
+options UFS_DIRHASH #Improve performance on big directories
+options MD_ROOT #MD is a potential root device
+options NFSCLIENT #Network Filesystem Client
+options NFSSERVER #Network Filesystem Server
+options NFS_ROOT #NFS usable as root device
+#options MSDOSFS #MSDOS Filesystem
+options CD9660 #ISO 9660 Filesystem
+options PROCFS #Process filesystem (requires PSEUDOFS)
+options PSEUDOFS #Pseudo-filesystem framework
+options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
+options COMPAT_FREEBSD4 #Keep this for a while
+options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
+options KTRACE #ktrace(1) syscall trace support
+options SYSVSHM #SYSV-style shared memory
+options SYSVMSG #SYSV-style message queues
+options SYSVSEM #SYSV-style semaphores
+#options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
# Debugging for use in -current
-options DDB #Enable the kernel debugger
-options INVARIANTS #Enable calls of extra sanity checking
-options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
-options WITNESS #Enable checks to detect deadlocks and cycles
+options DDB #Enable the kernel debugger
+options INVARIANTS #Enable calls of extra sanity checking
+options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
+options WITNESS #Enable checks to detect deadlocks and cycles
# To make an SMP kernel, the next line is needed
-#options SMP # Symmetric MultiProcessor Kernel
+#options SMP # Symmetric MultiProcessor Kernel
# Standard busses
device pci
@@ -119,7 +119,7 @@ device bpf #Berkeley packet filter
# Temporary defs until things are farther along.
makeoptions NO_MODULES=true
-options KTR
-options KTR_COMPILE=0xffffffff
-#options KTR_MASK=KTR_SIG
-options KTR_VERBOSE
+options KTR
+options KTR_COMPILE=0xffffffff
+#options KTR_MASK=KTR_SIG
+options KTR_VERBOSE
OpenPOWER on IntegriCloud