Module Name:    src
Committed By:   jakllsch
Date:           Wed May  7 14:26:53 UTC 2014

Modified Files:
        src/sys/arch/evbarm/conf: MV2120

Log Message:
Adjust "options " whitespace to be consistent.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/conf/MV2120

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/MV2120
diff -u src/sys/arch/evbarm/conf/MV2120:1.19 src/sys/arch/evbarm/conf/MV2120:1.20
--- src/sys/arch/evbarm/conf/MV2120:1.19	Thu Dec 19 22:45:38 2013
+++ src/sys/arch/evbarm/conf/MV2120	Wed May  7 14:26:53 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: MV2120,v 1.19 2013/12/19 22:45:38 joerg Exp $
+#	$NetBSD: MV2120,v 1.20 2014/05/07 14:26:53 jakllsch Exp $
 #
 #  This configuration supports for HP MV2120/MV5140/MV5150.
 
@@ -93,7 +93,7 @@ options 	IPFILTER_COMPAT	# Compat for IP
 options 	NFS_BOOT_BOOTP
 #options 	NFS_BOOT_BOOTPARAM
 options 	NFS_BOOT_DHCP
-options		NFS_BOOT_TCP
+options 	NFS_BOOT_TCP
 
 # Compatibility options
 
@@ -135,10 +135,10 @@ options 	COMPAT_BSDPTY	# /dev/[pt]ty?? p
 options 	KTRACE		# system call tracing, a la ktrace(1)
 options 	IRQSTATS	# manage IRQ statistics
 #options 	KMEMSTATS	# kernel memory statistics
-options		DDB		# in-kernel debugger
+options 	DDB		# in-kernel debugger
 options 	MIIVERBOSE	# Verbose MII autoconfuration messages
 #options 	PCIVERBOSE	# Verbose PCI descriptions
-options		SCSIVERBOSE	# human readable SCSI error messages
+options 	SCSIVERBOSE	# human readable SCSI error messages
 options 	USBVERBOSE	# verbose USB device autoconfig messages
 #options 	DDB_KEYCODE=0x40
 options 	USERCONF	# userconf(4) support
@@ -217,7 +217,7 @@ makphy*	at mii? phy ?			# Marvell Semico
 
 # ATA (IDE) bus support
 atabus*	at ata?
-#options	ATADEBUG
+#options 	ATADEBUG
 
 # IDE drives
 wd0	at atabus0 drive 0 flags 0x0000

Reply via email to