aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf/RPI-B
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/RPI-B
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/RPI-B')
-rw-r--r--sys/arm/conf/RPI-B60
1 files changed, 30 insertions, 30 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 711db77d4beb..e5dce0e69919 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -21,40 +21,40 @@ ident RPI-B
include "../broadcom/bcm2835/std.rpi"
-makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
+makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options HZ=100
-options SCHED_4BSD #4BSD scheduler
-options INET #InterNETworking
-options INET6 #IPv6 communications protocols
-options SCTP #Stream Control Transmission Protocol
-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 GEOM_PART_BSD #BSD partition scheme
-options GEOM_PART_MBR #MBR partition scheme
-options TMPFS #Efficient memory filesystem
-options MSDOSFS #MSDOS Filesystem
+options SCHED_4BSD # 4BSD scheduler
+options INET # InterNETworking
+options INET6 # IPv6 communications protocols
+options SCTP # Stream Control Transmission Protocol
+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 GEOM_PART_BSD # BSD partition scheme
+options GEOM_PART_MBR # MBR partition scheme
+options TMPFS # Efficient memory filesystem
+options MSDOSFS # MSDOS Filesystem
device snp
-options NFSCL #Network Filesystem Client
+options NFSCL # Network Filesystem Client
-#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
+#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
#options BOOTP_NFSROOT
#options BOOTP_COMPAT
#options BOOTP
#options BOOTP_NFSV3
#options BOOTP_WIRED_TO=ue0
-options PSEUDOFS #Pseudo-filesystem framework
-options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
-options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
-options KTRACE #ktrace(1) 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 PSEUDOFS # Pseudo-filesystem framework
+options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
+options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
+options KTRACE # ktrace(1) 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 KBD_INSTALL_CDEV # install a CDEV entry in /dev
#options ROOTDEVNAME=\"ufs:mmcsd0s2\"
@@ -71,7 +71,7 @@ device pty
# Comment following lines for boot console on serial port
device vt
device kbdmux
-options SC_DFLT_FONT # compile font in
+options SC_DFLT_FONT # compile font in
makeoptions SC_DFLT_FONT=cp437
device ukbd
@@ -88,17 +88,17 @@ device iicbus
device bcm2835_bsc
options KDB
-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 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
device md
-device random # Entropy device
+device random # Entropy device
# USB support
device usb
options USB_DEBUG
-device dwcotg #DWC OTG controller
+device dwcotg # DWC OTG controller
# USB storage support
device scbus
@@ -121,4 +121,4 @@ options FDT
#options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=rpi.dts
-options VFP # vfp/neon
+options VFP # vfp/neon