Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arc/conf options<SPACE><TAB> and options "<foo>=<ba...
details: https://anonhg.NetBSD.org/src/rev/8ca92d5bbf02
branches: trunk
changeset: 481341:8ca92d5bbf02
user: soda <soda%NetBSD.org@localhost>
date: Wed Jan 26 12:48:44 2000 +0000
description:
options<SPACE><TAB> and options "<foo>=<bar>" clean up
pointed point by enami%netbsd.org@localhost
diffstat:
sys/arch/arc/conf/ARCTIC | 40 ++++++++++++++++++--------------------
sys/arch/arc/conf/GENERIC | 21 ++++++++-----------
sys/arch/arc/conf/M403 | 18 +++++++---------
sys/arch/arc/conf/Makefile.arc | 4 +-
sys/arch/arc/conf/P4032 | 35 +++++++++++++++------------------
sys/arch/arc/conf/PICA | 14 +++++-------
sys/arch/arc/conf/RAMDISK | 43 +++++++++++++++++++----------------------
sys/arch/arc/conf/files.arc | 18 ++++++++--------
8 files changed, 89 insertions(+), 104 deletions(-)
diffs (truncated from 514 to 300 lines):
diff -r 36198bf94ae1 -r 8ca92d5bbf02 sys/arch/arc/conf/ARCTIC
--- a/sys/arch/arc/conf/ARCTIC Wed Jan 26 11:37:12 2000 +0000
+++ b/sys/arch/arc/conf/ARCTIC Wed Jan 26 12:48:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ARCTIC,v 1.2 2000/01/23 21:01:52 soda Exp $
+# $NetBSD: ARCTIC,v 1.3 2000/01/26 12:48:44 soda Exp $
# $OpenBSD: ARCTIC,v 1.8 1997/04/29 05:16:40 deraadt Exp $
#
# Generic configuration file for MIPS R4x00 ARC Systems
@@ -9,20 +9,20 @@
maxusers 32
# Need to set locally
-options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
+options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
# Standard system options
-options KTRACE # system call tracing support
+options KTRACE # system call tracing support
# Diagnostic/debugging support options
-options DIAGNOSTIC # extra kernel debugging checks
-options DEBUG # extra kernel debugging support
+options DIAGNOSTIC # extra kernel debugging checks
+options DEBUG # extra kernel debugging support
# System V options
-options SYSVMSG # System V-like message queues
-options SYSVSEM # System V-like semaphores
-options SYSVSHM # System V-like memory sharing
-options SHMMAXPGS=1024 # 1024 pages is the default
+options SYSVMSG # System V-like message queues
+options SYSVSEM # System V-like semaphores
+options SYSVSHM # System V-like memory sharing
+options SHMMAXPGS=1024 # 1024 pages is the default
# Compatibilitry modules
options COMPAT_43 # compatibility with 4.3BSD binaries
@@ -49,11 +49,11 @@
file-system OVERLAY # overlay file system
file-system PORTAL # portal filesystem (still experimental)
-options FIFO # POSIX fifo support (in all filesystems)
-options QUOTA # FFS quotas
+options FIFO # POSIX fifo support (in all filesystems)
+options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
-#options SOFTDEP # FFS soft updates support.
-options NFSSERVER # Sun NFS-compatible filesystem (server)
+#options SOFTDEP # FFS soft updates support.
+options NFSSERVER # Sun NFS-compatible filesystem (server)
# Pull in config fragments for kernel crypto. This is required for
# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
@@ -70,7 +70,7 @@
# Networking options
options GATEWAY # IP packet forwarding
-options INET # Internet protocols
+options INET # Internet protocols
#options INET6 # IPV6
#options IPSEC # IP security
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
@@ -78,15 +78,14 @@
#options MROUTING # Multicast routing support
#options ISO,TPIP # OSI networking
#options EON # OSI tunneling over IP
-#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
# Special options
-options MACHINE_NONCONTIG # Support noncontigous memory.
-options PCCONS_FORCE_WORD # Max out at 16bit accesses to the
+options PCCONS_FORCE_WORD # Max out at 16bit accesses to the
# VGA memory
+
+# Kernel root file system and dump configuration.
options NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
-
-# Specify storage configuration
config netbsd root on ? type ?
#
@@ -106,7 +105,7 @@
aclock0 at isa? port 0x70 irq 0
-pc0 at isa? port 0x60 irq 1 # generic PC console device
+pc0 at isa? port 0x60 irq 1 # generic PC console device
com0 at isa? port 0x3f8 irq 4
com1 at isa? port 0x2f8 irq 3
com2 at isa? port 0x3e8 irq 4
@@ -136,7 +135,6 @@
# ATAPI bus support
atapibus* at wdc? channel ?
-atapibus* at pciide? channel ?
# ATAPI devices
# flags have the same meaning as for IDE drives.
diff -r 36198bf94ae1 -r 8ca92d5bbf02 sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Wed Jan 26 11:37:12 2000 +0000
+++ b/sys/arch/arc/conf/GENERIC Wed Jan 26 12:48:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.24 2000/01/24 08:04:11 soda Exp $
+# $NetBSD: GENERIC,v 1.25 2000/01/26 12:48:44 soda Exp $
# $OpenBSD: GENERIC,v 1.17 1997/05/18 13:45:23 pefo Exp $
#
# Generic configuration file for MIPS R4x00 ARC Systems
@@ -6,7 +6,7 @@
include "arch/arc/conf/std.arc"
-#ident "GENERIC-$Revision: 1.24 $"
+#ident "GENERIC-$Revision: 1.25 $"
maxusers 32
@@ -46,7 +46,7 @@
options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
-#options SOFTDEP # FFS soft updates support.
+#options SOFTDEP # FFS soft updates support.
options NFSSERVER # Sun NFS-compatible filesystem (server)
#options SCSIVERBOSE # Verbose SCSI errors
@@ -90,16 +90,13 @@
#options COMPAT_ULTRIX # Ultrix binary compatibility (no go yet)
options COMPAT_386BSD_MBRPART # recognize old partition ID
-options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
+options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool
#options KGDB # support for kernel gdb
-#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
-#options "KGDBDEV=15*256+0" # device for kernel gdb
+#options KGDBRATE=19200 # kernel gdb port rate (default 9600)
+#options KGDBDEV="15*256+0" # device for kernel gdb
-# Special options
-options MACHINE_NONCONTIG # Support noncontigous memory.
-
+# Kernel root file system and dump configuration.
options NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
-
config netbsd root on ? type ?
#
@@ -135,7 +132,7 @@
aclock0 at isa? port 0x70 irq 0
-pc0 at isa? port 0x60 irq 1 # generic PC console device
+pc0 at isa? port 0x60 irq 1 # generic PC console device
com0 at isa? port 0x3f8 irq 4
com1 at isa? port 0x2f8 irq 3
com2 at isa? port 0x3e8 irq 4
@@ -185,7 +182,7 @@
# XXX - should fix conflict with files.isa
#ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
# XXX - should fix conflict with files.isa
-#ep0 at isa? port ? irq ? # 3C509 ethernet cards
+#ep0 at isa? port ? irq ? # 3C509 ethernet cards
# XXX - should fix conflict with files.isa
#ne0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards
#ne1 at isa? port 0x300 irq 10
diff -r 36198bf94ae1 -r 8ca92d5bbf02 sys/arch/arc/conf/M403
--- a/sys/arch/arc/conf/M403 Wed Jan 26 11:37:12 2000 +0000
+++ b/sys/arch/arc/conf/M403 Wed Jan 26 12:48:44 2000 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: M403,v 1.1 2000/01/23 21:01:52 soda Exp $
+# $NetBSD: M403,v 1.2 2000/01/26 12:48:44 soda Exp $
#
-# Generic configuration file for MIPS R4400 PICA system
+# Generic configuration file for MIPS Magnum 4000 system
#
include "arch/arc/conf/std.arc"
@@ -8,7 +8,7 @@
maxusers 32
# Need to set locally
-options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
+options RTC_OFFSET=-540 # hardware clock is this many mins. Japan
# Standard system options
options KTRACE # system call tracing support
@@ -16,9 +16,9 @@
# Diagnostic/debugging support options
options DIAGNOSTIC # extra kernel debugging checks
options DEBUG # extra kernel debugging support
-#options KGDB # support for kernel gdb
-#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
-#options "KGDBDEV=15*256+0" # device for kernel gdb
+#options KGDB # support for kernel gdb
+#options KGDBRATE=19200 # kernel gdb port rate (default 9600)
+#options KGDBDEV="15*256+0" # device for kernel gdb
# System V options
options SYSVMSG # System V-like message queues
@@ -53,7 +53,7 @@
options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
-#options SOFTDEP # FFS soft updates support.
+#options SOFTDEP # FFS soft updates support.
options NFSSERVER # Sun NFS-compatible filesystem (server)
# Pull in config fragments for kernel crypto. This is required for
@@ -84,14 +84,12 @@
#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
# Special options
-#options MACHINE_NONCONTIG # Support noncontigous memory.
options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool
options COMCONSOLE
+# Kernel root file system and dump configuration.
# XXX #options NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
options NFS_BOOT_BOOTPARAM
-
-# Specify storage configuration
config netbsd root on ? type ?
#
diff -r 36198bf94ae1 -r 8ca92d5bbf02 sys/arch/arc/conf/Makefile.arc
--- a/sys/arch/arc/conf/Makefile.arc Wed Jan 26 11:37:12 2000 +0000
+++ b/sys/arch/arc/conf/Makefile.arc Wed Jan 26 12:48:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.arc,v 1.31 2000/01/24 20:36:10 tron Exp $
+# $NetBSD: Makefile.arc,v 1.32 2000/01/26 12:48:44 soda Exp $
# $OpenBSD: Makefile.arc,v 1.8 1997/05/21 10:06:49 pefo Exp $
# Makefile for NetBSD
@@ -105,7 +105,7 @@
SYSTEM_OBJ= locore.o fp.o locore_machdep.o \
param.o ioconf.o ${OBJS} ${LIBCOMPAT} ${LIBKERN}
.if !empty(IDENT:M-DMIPS3)
-SYSTEM_OBJ+= locore_mips3.o
+SYSTEM_OBJ+= locore_mips3.o
.endif
SYSTEM_DEP= Makefile ${SYSTEM_OBJ}
SYSTEM_LD_HEAD= @rm -f $@
diff -r 36198bf94ae1 -r 8ca92d5bbf02 sys/arch/arc/conf/P4032
--- a/sys/arch/arc/conf/P4032 Wed Jan 26 11:37:12 2000 +0000
+++ b/sys/arch/arc/conf/P4032 Wed Jan 26 12:48:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: P4032,v 1.2 2000/01/23 21:01:53 soda Exp $
+# $NetBSD: P4032,v 1.3 2000/01/26 12:48:44 soda Exp $
# $OpenBSD: P4032,v 1.1 1997/05/18 13:45:23 pefo Exp $
#
# Generic configuration file for Algorithmics P4032 board
@@ -9,20 +9,20 @@
maxusers 32
# Need to set locally
-options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
+options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
# Standard system options
options KTRACE # system call tracing support
# Diagnostic/debugging support options
-options DIAGNOSTIC # extra kernel debugging checks
-options DEBUG # extra kernel debugging support
+options DIAGNOSTIC # extra kernel debugging checks
+options DEBUG # extra kernel debugging support
# System V options
-options SYSVMSG # System V-like message queues
-options SYSVSEM # System V-like semaphores
-options SYSVSHM # System V-like memory sharing
-options SHMMAXPGS=1024 # 1024 pages is the default
+options SYSVMSG # System V-like message queues
+options SYSVSEM # System V-like semaphores
+options SYSVSHM # System V-like memory sharing
+options SHMMAXPGS=1024 # 1024 pages is the default
# Compatibilitry modules
options COMPAT_43 # compatibility with 4.3BSD binaries
@@ -49,11 +49,11 @@
file-system OVERLAY # overlay file system
file-system PORTAL # portal filesystem (still experimental)
-options FIFO # POSIX fifo support (in all filesystems)
-options QUOTA # FFS quotas
+options FIFO # POSIX fifo support (in all filesystems)
+options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
-#options SOFTDEP # FFS soft updates support.
-options NFSSERVER # Sun NFS-compatible filesystem (server)
+#options SOFTDEP # FFS soft updates support.
+options NFSSERVER # Sun NFS-compatible filesystem (server)
# Pull in config fragments for kernel crypto. This is required for
# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
@@ -75,21 +75,18 @@
#options IPSEC # IP security
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
Home |
Main Index |
Thread Index |
Old Index