aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf/DREAMPLUG-1001
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-03-16 15:22:46 +0000
committerWarner Losh <imp@FreeBSD.org>2014-03-16 15:22:46 +0000
commit2299abfac5f85467760420d77c9fb63e47286ff0 (patch)
treeff1f3b6c3fc5cfb5340e3aef18a9338f817b6974 /sys/arm/conf/DREAMPLUG-1001
parentcf599562fa96bd4e21b6ee07195895a2469a9127 (diff)
downloadsrc-2299abfac5f85467760420d77c9fb63e47286ff0.tar.gz
src-2299abfac5f85467760420d77c9fb63e47286ff0.zip
Make all the comments '# ' and align to same column. This fixes the
rampently incosnsitent usage which made cut and paste from one file to another look ugly.
Notes
Notes: svn path=/head/; revision=263245
Diffstat (limited to 'sys/arm/conf/DREAMPLUG-1001')
-rw-r--r--sys/arm/conf/DREAMPLUG-100186
1 files changed, 43 insertions, 43 deletions
diff --git a/sys/arm/conf/DREAMPLUG-1001 b/sys/arm/conf/DREAMPLUG-1001
index 7598c74100cd..7e6f281b2c46 100644
--- a/sys/arm/conf/DREAMPLUG-1001
+++ b/sys/arm/conf/DREAMPLUG-1001
@@ -31,21 +31,21 @@ makeoptions MODULES_OVERRIDE=""
options SOC_MV_KIRKWOOD
-options SCHED_4BSD #4BSD scheduler
-options INET #InterNETworking
-options INET6 #IPv6 communications protocols
+options SCHED_4BSD # 4BSD scheduler
+options INET # InterNETworking
+options INET6 # IPv6 communications protocols
options SOFTUPDATES
-options TMPFS #Efficient memory filesystem
-options CD9660 #ISO 9660 filesystem
-options FFS #Berkeley Fast Filesystem
-options MSDOSFS #MS DOS File System (FAT, FAT32)
-options NULLFS #NULL filesystem
-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 GEOM_PART_BSD #BSD partition scheme
-options GEOM_PART_MBR #MBR partition scheme
+options TMPFS # Efficient memory filesystem
+options CD9660 # ISO 9660 filesystem
+options FFS # Berkeley Fast Filesystem
+options MSDOSFS # MS DOS File System (FAT, FAT32)
+options NULLFS # NULL filesystem
+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 GEOM_PART_BSD # BSD partition scheme
+options GEOM_PART_MBR # MBR partition scheme
options GEOM_ELI # Disk encryption.
options GEOM_LABEL # Providers labelization.
options GEOM_PART_GPT # GPT partitioning
@@ -56,18 +56,18 @@ options FDT
options FDT_DTB_STATIC
# Misc pseudo devices
-device bpf #Required for DHCP
-device faith #IPv6-to-IPv4 relaying (translation)
-device firmware #firmware(9) required for USB wlan
-device gif #IPv6 and IPv4 tunneling
-device loop #Network loopback
-device md #Memory/malloc disk
-device pty #BSD-style compatibility pseudo ttys
-device random #Entropy device
-device tun #Packet tunnel.
-device ether #Required for all ethernet devices
-device vlan #802.1Q VLAN support
-device wlan #802.11 WLAN support
+device bpf # Required for DHCP
+device faith # IPv6-to-IPv4 relaying (translation)
+device firmware # firmware(9) required for USB wlan
+device gif # IPv6 and IPv4 tunneling
+device loop # Network loopback
+device md # Memory/malloc disk
+device pty # BSD-style compatibility pseudo ttys
+device random # Entropy device
+device tun # Packet tunnel.
+device ether # Required for all ethernet devices
+device vlan # 802.1Q VLAN support
+device wlan # 802.11 WLAN support
# cam support for umass and ahci
device scbus
@@ -119,7 +119,7 @@ device cryptodev
device enc
options IPSEC
options IPSEC_NAT_T
-options TCP_SIGNATURE #include support for RFC 2385
+options TCP_SIGNATURE # include support for RFC 2385
# IPFW
options IPFIREWALL
@@ -137,33 +137,33 @@ device pflog
device pfsync
# ALTQ, required for PF
-options ALTQ # Basic ALTQ support
-options ALTQ_CBQ # Class Based Queueing
-options ALTQ_RED # Random Early Detection
-options ALTQ_RIO # RED In/Out
-options ALTQ_HFSC # Hierarchical Packet Scheduler
-options ALTQ_CDNR # Traffic conditioner
-options ALTQ_PRIQ # Priority Queueing
-options ALTQ_NOPCC # Required if the TSC is unusable
+options ALTQ # Basic ALTQ support
+options ALTQ_CBQ # Class Based Queueing
+options ALTQ_RED # Random Early Detection
+options ALTQ_RIO # RED In/Out
+options ALTQ_HFSC # Hierarchical Packet Scheduler
+options ALTQ_CDNR # Traffic conditioner
+options ALTQ_PRIQ # Priority Queueing
+options ALTQ_NOPCC # Required if the TSC is unusable
#options ALTQ_DEBUG
# Debugging
-makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
+makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options BREAK_TO_DEBUGGER
options ALT_BREAK_TO_DEBUGGER
options DDB
options KDB
options DIAGNOSTIC
-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 WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
+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 WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
#options WITNESS_KDB
# Enable these options for nfs root configured via BOOTP.
-options NFSCL #Network Filesystem Client
-options NFSLOCKD #Network Lock Manager
-#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
+options NFSCL # Network Filesystem Client
+options NFSLOCKD # Network Lock Manager
+#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
#options BOOTP
#options BOOTP_NFSROOT
#options BOOTP_NFSV3