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

2021-01-12 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Jan 12 08:03:19 UTC 2021

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

Log Message:
Turn on DIAGNOSTIC to help track down problem in hpcmips test runs


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/arch/hpcmips/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/hpcmips/conf/GENERIC
diff -u src/sys/arch/hpcmips/conf/GENERIC:1.243 src/sys/arch/hpcmips/conf/GENERIC:1.244
--- src/sys/arch/hpcmips/conf/GENERIC:1.243	Sat Aug  1 08:20:49 2020
+++ src/sys/arch/hpcmips/conf/GENERIC	Tue Jan 12 08:03:19 2021
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.243 2020/08/01 08:20:49 maxv Exp $
+# $NetBSD: GENERIC,v 1.244 2021/01/12 08:03:19 skrll Exp $
 #
 # GENERIC machine description file
 # 
@@ -24,7 +24,7 @@ include 	"arch/hpcmips/conf/std.hpcmips.
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.243 $"
+#ident 		"GENERIC-$Revision: 1.244 $"
 
 maxusers	16
 
@@ -47,7 +47,7 @@ options 	DDB			# in-kernel debugger
 #options 	DDB_ONPANIC=0		# don't enter debugger on panic
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB			# remote debugger
-#options 	DIAGNOSTIC		# extra kernel debugging checks
+options 	DIAGNOSTIC		# extra kernel debugging checks
 #options 	DEBUG			# extra kernel debugging support
 options 	KTRACE			# system call tracing support
 options 	MSGBUFSIZE=8192		# dmesg buffer size



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

2016-07-11 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Jul 11 19:36:04 UTC 2016

Modified Files:
src/sys/arch/hpcmips/conf: std.hpcmips.vr41 std.lcard

Log Message:
Adapt to recent mips pmap changes


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hpcmips/conf/std.hpcmips.vr41
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hpcmips/conf/std.lcard

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/hpcmips/conf/std.hpcmips.vr41
diff -u src/sys/arch/hpcmips/conf/std.hpcmips.vr41:1.11 src/sys/arch/hpcmips/conf/std.hpcmips.vr41:1.12
--- src/sys/arch/hpcmips/conf/std.hpcmips.vr41:1.11	Sun Dec 11 12:17:33 2005
+++ src/sys/arch/hpcmips/conf/std.hpcmips.vr41	Mon Jul 11 19:36:04 2016
@@ -1,11 +1,12 @@
 #
-#	$NetBSD: std.hpcmips.vr41,v 1.11 2005/12/11 12:17:33 christos Exp $
+#	$NetBSD: std.hpcmips.vr41,v 1.12 2016/07/11 19:36:04 skrll Exp $
 #	VR41XX common configuration.
 #
 options 	MIPS3			# R4000/R4400/R4600 CPUs
 options 	MIPS3_4100		# VR4100 core
 options 	VR41XX			# NEC VR41xx series
-options 	MIPS3_NO_PV_UNCACHED
+options 	PMAP_NO_PV_UNCACHED
+options 	ENABLE_MIPS_4KB_PAGE
 
 #
 #  Vr4102, 4111, 4121

Index: src/sys/arch/hpcmips/conf/std.lcard
diff -u src/sys/arch/hpcmips/conf/std.lcard:1.8 src/sys/arch/hpcmips/conf/std.lcard:1.9
--- src/sys/arch/hpcmips/conf/std.lcard:1.8	Sun Feb 20 07:58:13 2011
+++ src/sys/arch/hpcmips/conf/std.lcard	Mon Jul 11 19:36:04 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: std.lcard,v 1.8 2011/02/20 07:58:13 matt Exp $
+#	$NetBSD: std.lcard,v 1.9 2016/07/11 19:36:04 skrll Exp $
 # standard, required hpcmips info
 
 machine hpcmips mips
@@ -12,7 +12,8 @@ options 	MIPS3			# R4000/R4400/R4600 CPU
 options 	MIPS3_4100		# VR4100 core
 makeoptions	CPUFLAGS="-mips3"	# CPU codegen options
 options 	VR41XX			# NEC VR41xx series
-options 	MIPS3_NO_PV_UNCACHED
+options 	PMAP_NO_PV_UNCACHED
+options 	ENABLE_MIPS_4KB_PAGE
 options		NO_SYMBOLSZ_ENTRY
 
 options 	VR4181			# NEC VR4181



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

2014-10-11 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sat Oct 11 08:22:34 UTC 2014

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

Log Message:
Missing midi attachment.


To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 src/sys/arch/hpcmips/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/hpcmips/conf/GENERIC
diff -u src/sys/arch/hpcmips/conf/GENERIC:1.226 src/sys/arch/hpcmips/conf/GENERIC:1.227
--- src/sys/arch/hpcmips/conf/GENERIC:1.226	Sat Aug 23 20:26:58 2014
+++ src/sys/arch/hpcmips/conf/GENERIC	Sat Oct 11 08:22:34 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.226 2014/08/23 20:26:58 dholland Exp $
+# $NetBSD: GENERIC,v 1.227 2014/10/11 08:22:34 uebayasi Exp $
 #
 # GENERIC machine description file
 # 
@@ -24,7 +24,7 @@ include		"arch/hpcmips/conf/std.hpcmips.
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.226 $"
+#ident 		"GENERIC-$Revision: 1.227 $"
 
 maxusers	16
 
@@ -652,6 +652,7 @@ uyap* at uhub? port ?
 ugen*	at uhub? port ?
 
 audio*	at uaudio?
+midi*	at midibus?
 
 # Pseudo-Devices