Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Adjust "options " whitespace to be cons...



details:   https://anonhg.NetBSD.org/src/rev/db263741d4e8
branches:  trunk
changeset: 329108:db263741d4e8
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed May 07 14:26:53 2014 +0000

description:
Adjust "options " whitespace to be consistent.

diffstat:

 sys/arch/evbarm/conf/MV2120 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r a95f63627cae -r db263741d4e8 sys/arch/evbarm/conf/MV2120
--- a/sys/arch/evbarm/conf/MV2120       Wed May 07 14:00:48 2014 +0000
+++ b/sys/arch/evbarm/conf/MV2120       Wed May 07 14:26:53 2014 +0000
@@ -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        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        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 @@
 
 # ATA (IDE) bus support
 atabus*        at ata?
-#options       ATADEBUG
+#options       ATADEBUG
 
 # IDE drives
 wd0    at atabus0 drive 0 flags 0x0000



Home | Main Index | Thread Index | Old Index