CVS commit: src/sys/arch/hpcsh/conf

2010-08-08 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Sun Aug  8 16:25:49 UTC 2010

Modified Files:
src/sys/arch/hpcsh/conf: DEBUG

Log Message:
remove dup options KTRACE.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hpcsh/conf/DEBUG

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/hpcsh/conf/DEBUG
diff -u src/sys/arch/hpcsh/conf/DEBUG:1.4 src/sys/arch/hpcsh/conf/DEBUG:1.5
--- src/sys/arch/hpcsh/conf/DEBUG:1.4	Sun Dec 11 12:17:36 2005
+++ src/sys/arch/hpcsh/conf/DEBUG	Sun Aug  8 16:25:49 2010
@@ -1,7 +1,7 @@
 #
 # kernel config file for debugging.
 #
-# 	$NetBSD: DEBUG,v 1.4 2005/12/11 12:17:36 christos Exp $
+# 	$NetBSD: DEBUG,v 1.5 2010/08/08 16:25:49 chs Exp $
 #
 
 include 	arch/hpcsh/conf/GENERIC
@@ -21,5 +21,4 @@
 #options 	KSTACK_DEBUG
 options 	DIAGNOSTIC		# extra kernel debugging checks
 options 	DEBUG			# extra kernel debugging support
-options 	KTRACE			# system call tracing support
 options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages



CVS commit: src/sys/arch/hpcsh/conf

2010-07-21 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Jul 21 11:10:14 UTC 2010

Modified Files:
src/sys/arch/hpcsh/conf: GENERIC

Log Message:
Enable options SYSVMSG, SYSVSEM, and SYSVSHM.
At least Xorg server requires SYSVSHM.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/hpcsh/conf/GENERIC

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/hpcsh/conf/GENERIC
diff -u src/sys/arch/hpcsh/conf/GENERIC:1.91 src/sys/arch/hpcsh/conf/GENERIC:1.92
--- src/sys/arch/hpcsh/conf/GENERIC:1.91	Sat May 22 19:02:08 2010
+++ src/sys/arch/hpcsh/conf/GENERIC	Wed Jul 21 11:10:14 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.91 2010/05/22 19:02:08 plunky Exp $
+# $NetBSD: GENERIC,v 1.92 2010/07/21 11:10:14 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -68,9 +68,9 @@
 
 options 	KTRACE		# system call tracing via ktrace(1)
 
-#options 	SYSVMSG		# System V-like message queues
-#options 	SYSVSEM		# System V-like semaphores
-#options 	SYSVSHM		# System V-like memory sharing
+options 	SYSVMSG		# System V-like message queues
+options 	SYSVSEM		# System V-like semaphores
+options 	SYSVSHM		# System V-like memory sharing
 #options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
 
 #options 	MODULAR		# new style module framework



CVS commit: src/sys/arch/hpcsh/conf

2010-05-01 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat May  1 11:28:41 UTC 2010

Modified Files:
src/sys/arch/hpcsh/conf: GENERIC HPW650PA

Log Message:
Enable file-system MFS. sysinst(8) assumes it's default.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hpcsh/conf/HPW650PA

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/hpcsh/conf/GENERIC
diff -u src/sys/arch/hpcsh/conf/GENERIC:1.88 src/sys/arch/hpcsh/conf/GENERIC:1.89
--- src/sys/arch/hpcsh/conf/GENERIC:1.88	Fri Apr 16 13:48:32 2010
+++ src/sys/arch/hpcsh/conf/GENERIC	Sat May  1 11:28:40 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.88 2010/04/16 13:48:32 pooka Exp $
+# $NetBSD: GENERIC,v 1.89 2010/05/01 11:28:40 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -112,7 +112,7 @@
 
 # File systems
 file-system 	FFS		# UFS
-#file-system 	MFS		# memory file system (requires FFS)
+file-system 	MFS		# memory file system (requires FFS)
 #file-system 	EXT2FS		# second extended file system (linux)
 file-system 	MSDOSFS		# MS-DOS file system
 file-system	NFS		# Sun NFS-compatible filesystem client

Index: src/sys/arch/hpcsh/conf/HPW650PA
diff -u src/sys/arch/hpcsh/conf/HPW650PA:1.27 src/sys/arch/hpcsh/conf/HPW650PA:1.28
--- src/sys/arch/hpcsh/conf/HPW650PA:1.27	Fri Apr 16 13:48:32 2010
+++ src/sys/arch/hpcsh/conf/HPW650PA	Sat May  1 11:28:40 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: HPW650PA,v 1.27 2010/04/16 13:48:32 pooka Exp $
+#	$NetBSD: HPW650PA,v 1.28 2010/05/01 11:28:40 tsutsui Exp $
 #
 #	HITACHI PERSONA HPW650PA
 #
@@ -40,6 +40,7 @@
 
 # File systems
 file-system 	FFS		# UFS
+file-system 	MFS		# memory file system (requires FFS)
 file-system 	MSDOSFS		# MS-DOS file system
 file-system	NFS		# Sun NFS-compatible filesystem client
 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support



CVS commit: src/sys/arch/hpcsh/conf

2010-05-01 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat May  1 11:35:41 UTC 2010

Modified Files:
src/sys/arch/hpcsh/conf: GENERIC HPW650PA

Log Message:
Explicitly specify options HZ=64 in kernel config files so that
hz(9) is initialized properly in conf/param.c even before
cpu_initclocks(9) is called and timecounter(9) will take
a correct frequency for the clockinterrupt.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/hpcsh/conf/HPW650PA

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/hpcsh/conf/GENERIC
diff -u src/sys/arch/hpcsh/conf/GENERIC:1.89 src/sys/arch/hpcsh/conf/GENERIC:1.90
--- src/sys/arch/hpcsh/conf/GENERIC:1.89	Sat May  1 11:28:40 2010
+++ src/sys/arch/hpcsh/conf/GENERIC	Sat May  1 11:35:41 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.89 2010/05/01 11:28:40 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.90 2010/05/01 11:35:41 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -31,6 +31,7 @@
 
 maxusers	32			# estimated number of users
 
+options 	HZ=64			# default clock rate
 
 # System options specific to hpcsh
 

Index: src/sys/arch/hpcsh/conf/HPW650PA
diff -u src/sys/arch/hpcsh/conf/HPW650PA:1.28 src/sys/arch/hpcsh/conf/HPW650PA:1.29
--- src/sys/arch/hpcsh/conf/HPW650PA:1.28	Sat May  1 11:28:40 2010
+++ src/sys/arch/hpcsh/conf/HPW650PA	Sat May  1 11:35:41 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: HPW650PA,v 1.28 2010/05/01 11:28:40 tsutsui Exp $
+#	$NetBSD: HPW650PA,v 1.29 2010/05/01 11:35:41 tsutsui Exp $
 #
 #	HITACHI PERSONA HPW650PA
 #
@@ -9,6 +9,8 @@
 
 maxusers	32			# estimated number of users
 
+options 	HZ=64			# default clock rate  
+
 # in-kernel bootloader, see kloader(4)
 options 	KLOADER
 #options 	KLOADER_KERNEL_PATH=\/netbsd\