summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/DB-78XXX
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-17 16:46:15 +0000
committerian <ian@FreeBSD.org>2014-05-17 16:46:15 +0000
commit820c78aea751c7a18e6cfe55fa146b7aabb35782 (patch)
tree69d9e86e7df5caeb4da90994d2db4f8ce97a8959 /sys/arm/conf/DB-78XXX
parenta7358720d694c5ffce1cae23cb86d31cce4ea56a (diff)
downloadFreeBSD-src-820c78aea751c7a18e6cfe55fa146b7aabb35782.zip
FreeBSD-src-820c78aea751c7a18e6cfe55fa146b7aabb35782.tar.gz
MFC 263245: Make all the comments '# ' and align to same column.
Diffstat (limited to 'sys/arm/conf/DB-78XXX')
-rw-r--r--sys/arm/conf/DB-78XXX44
1 files changed, 22 insertions, 22 deletions
diff --git a/sys/arm/conf/DB-78XXX b/sys/arm/conf/DB-78XXX
index 2617e28..607923e 100644
--- a/sys/arm/conf/DB-78XXX
+++ b/sys/arm/conf/DB-78XXX
@@ -10,20 +10,20 @@ include "../mv/discovery/std.db78xxx"
options SOC_MV_DISCOVERY
makeoptions MODULES_OVERRIDE=""
-#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
+#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions WERROR="-Werror"
-options SCHED_4BSD #4BSD scheduler
-options INET #InterNETworking
-options INET6 #IPv6 communications protocols
-options GEOM_PART_BSD #BSD partition scheme
-options GEOM_PART_MBR #MBR partition scheme
-options TMPFS #Efficient memory filesystem
-options FFS #Berkeley Fast Filesystem
-options NANDFS #NAND Filesystem
-options NFSCL #New Network Filesystem Client
-options NFSLOCKD #Network Lock Manager
-options NFS_ROOT #NFS usable as /, requires NFSCL
+options SCHED_4BSD # 4BSD scheduler
+options INET # InterNETworking
+options INET6 # IPv6 communications protocols
+options GEOM_PART_BSD # BSD partition scheme
+options GEOM_PART_MBR # MBR partition scheme
+options TMPFS # Efficient memory filesystem
+options FFS # Berkeley Fast Filesystem
+options NANDFS # NAND Filesystem
+options NFSCL # New Network Filesystem Client
+options NFSLOCKD # Network Lock Manager
+options NFS_ROOT # NFS usable as /, requires NFSCL
options BOOTP
options BOOTP_NFSROOT
options BOOTP_NFSV3
@@ -31,10 +31,10 @@ options BOOTP_WIRED_TO=mge0
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
-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 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 MUTEX_NOINLINE
options RWLOCK_NOINLINE
options NO_FFS_SNAPSHOT
@@ -43,13 +43,13 @@ options NO_SWAPPING
# Debugging
options ALT_BREAK_TO_DEBUGGER
options DDB
-#options DEADLKRES #Enable the deadlock resolver
+#options DEADLKRES # Enable the deadlock resolver
options DIAGNOSTIC
-#options INVARIANTS #Enable calls of extra sanity checking
-#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
+#options INVARIANTS # Enable calls of extra sanity checking
+#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
options KDB
-options WITNESS #Enable checks to detect deadlocks and cycles
-options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
+options WITNESS # Enable checks to detect deadlocks and cycles
+options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
#options WITNESS_KDB
device pci
@@ -70,7 +70,7 @@ device e1000phy
device bpf
# USB
-options USB_DEBUG # enable debug msgs
+options USB_DEBUG # enable debug msgs
device usb
device ehci
device umass
OpenPOWER on IntegriCloud