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

2022-06-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jun  7 18:33:41 UTC 2022

Modified Files:
src/sys/arch/algor/conf: P4032 P5064 P6032

Log Message:
This kernels have no midi configured, so comment out pseudo-device sequencer


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/algor/conf/P5064
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/algor/conf/P6032

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/algor/conf/P4032
diff -u src/sys/arch/algor/conf/P4032:1.83 src/sys/arch/algor/conf/P4032:1.84
--- src/sys/arch/algor/conf/P4032:1.83	Tue Jun 29 10:22:34 2021
+++ src/sys/arch/algor/conf/P4032	Tue Jun  7 18:33:41 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: P4032,v 1.83 2021/06/29 10:22:34 nia Exp $
+#	$NetBSD: P4032,v 1.84 2022/06/07 18:33:41 martin Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@ include	"arch/algor/conf/std.algor"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"P4032-$Revision: 1.83 $"
+#ident 		"P4032-$Revision: 1.84 $"
 
 maxusers 32
 
@@ -315,7 +315,7 @@ pseudo-device	gif			# IPv[46] over IPv[4
 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
 pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
 pseudo-device	vlan			# IEEE 802.1q encapsulation
-pseudo-device	sequencer		# MIDI sequencer
+#pseudo-device	sequencer		# MIDI sequencer
 #options 	RND_COM			# use "com" randomness too
 pseudo-device	clockctl		# user control of clock subsystem
 pseudo-device	drvctl			# user control of drive subsystem

Index: src/sys/arch/algor/conf/P5064
diff -u src/sys/arch/algor/conf/P5064:1.95 src/sys/arch/algor/conf/P5064:1.96
--- src/sys/arch/algor/conf/P5064:1.95	Fri Aug 20 20:25:27 2021
+++ src/sys/arch/algor/conf/P5064	Tue Jun  7 18:33:41 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: P5064,v 1.95 2021/08/20 20:25:27 andvar Exp $
+#	$NetBSD: P5064,v 1.96 2022/06/07 18:33:41 martin Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@ include	"arch/algor/conf/std.algor"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"P5064-$Revision: 1.95 $"
+#ident 		"P5064-$Revision: 1.96 $"
 
 maxusers 32
 
@@ -380,7 +380,7 @@ pseudo-device	gif			# IPv[46] over IPv[4
 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
 pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
 pseudo-device	vlan			# IEEE 802.1q encapsulation
-pseudo-device	sequencer		# MIDI sequencer
+#pseudo-device	sequencer		# MIDI sequencer
 #options 	RND_COM			# use "com" randomness too
 pseudo-device	clockctl		# user control of clock subsystem
 pseudo-device	drvctl			# user control of drive subsystem

Index: src/sys/arch/algor/conf/P6032
diff -u src/sys/arch/algor/conf/P6032:1.84 src/sys/arch/algor/conf/P6032:1.85
--- src/sys/arch/algor/conf/P6032:1.84	Tue Jun 29 10:22:34 2021
+++ src/sys/arch/algor/conf/P6032	Tue Jun  7 18:33:41 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: P6032,v 1.84 2021/06/29 10:22:34 nia Exp $
+#	$NetBSD: P6032,v 1.85 2022/06/07 18:33:41 martin Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@ include	"arch/algor/conf/std.algor"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"P6032-$Revision: 1.84 $"
+#ident 		"P6032-$Revision: 1.85 $"
 
 maxusers 32
 
@@ -384,7 +384,7 @@ pseudo-device	gif			# IPv[46] over IPv[4
 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
 pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
 pseudo-device	vlan			# IEEE 802.1q encapsulation
-pseudo-device	sequencer		# MIDI sequencer
+#pseudo-device	sequencer		# MIDI sequencer
 #options 	RND_COM			# use "com" randomness too
 pseudo-device	clockctl		# user control of clock subsystem
 pseudo-device	drvctl			# user control of drive subsystem



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

2022-06-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jun  7 18:33:41 UTC 2022

Modified Files:
src/sys/arch/algor/conf: P4032 P5064 P6032

Log Message:
This kernels have no midi configured, so comment out pseudo-device sequencer


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/algor/conf/P5064
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/algor/conf/P6032

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



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

2021-06-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jun  6 13:59:48 UTC 2021

Modified Files:
src/sys/arch/algor/conf: std.algor64

Log Message:
Don't reset MACHINE_ARCH; it can be mipsn64el now, and we need to be able
to find the compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/algor/conf/std.algor64

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



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

2021-06-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jun  6 13:59:48 UTC 2021

Modified Files:
src/sys/arch/algor/conf: std.algor64

Log Message:
Don't reset MACHINE_ARCH; it can be mipsn64el now, and we need to be able
to find the compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/algor/conf/std.algor64

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/algor/conf/std.algor64
diff -u src/sys/arch/algor/conf/std.algor64:1.2 src/sys/arch/algor/conf/std.algor64:1.3
--- src/sys/arch/algor/conf/std.algor64:1.2	Sun Dec 13 19:46:00 2009
+++ src/sys/arch/algor/conf/std.algor64	Sun Jun  6 09:59:48 2021
@@ -1,8 +1,8 @@
-#	$NetBSD: std.algor64,v 1.2 2009/12/14 00:46:00 matt Exp $
+#	$NetBSD: std.algor64,v 1.3 2021/06/06 13:59:48 christos Exp $
 # standard, required pmax info
 
 no makeoptions	MACHINE_ARCH
-makeoptions	MACHINE_ARCH="mips64el"
+#makeoptions	MACHINE_ARCH="mips64el"
 
 # Standard exec-package options
 options 	EXEC_ELF64	# 64-bit ELF support (native format)



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

2012-10-13 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Oct 13 06:06:50 UTC 2012

Modified Files:
src/sys/arch/algor/conf: P5064

Log Message:
Bump SYMTAB_SPACE 475000-485000.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/algor/conf/P5064

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/algor/conf/P5064
diff -u src/sys/arch/algor/conf/P5064:1.73 src/sys/arch/algor/conf/P5064:1.74
--- src/sys/arch/algor/conf/P5064:1.73	Fri Aug 17 20:11:37 2012
+++ src/sys/arch/algor/conf/P5064	Sat Oct 13 06:06:49 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: P5064,v 1.73 2012/08/17 20:11:37 abs Exp $
+#	$NetBSD: P5064,v 1.74 2012/10/13 06:06:49 riz Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@ include	arch/algor/conf/std.algor
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P5064-$Revision: 1.73 $
+#ident 		P5064-$Revision: 1.74 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@ options 	DIAGNOSTIC		# Cheap kernel cons
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=475000
+options 	SYMTAB_SPACE=485000
 
 # File systems
 file-system	FFS		# Fast file system



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

2012-10-13 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Oct 13 06:06:50 UTC 2012

Modified Files:
src/sys/arch/algor/conf: P5064

Log Message:
Bump SYMTAB_SPACE 475000-485000.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/algor/conf/P5064

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



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

2012-02-05 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Feb  5 19:30:43 UTC 2012

Modified Files:
src/sys/arch/algor/conf: P5064-64

Log Message:
Bump SYMTAB_SPACE


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/algor/conf/P5064-64

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/algor/conf/P5064-64
diff -u src/sys/arch/algor/conf/P5064-64:1.3 src/sys/arch/algor/conf/P5064-64:1.4
--- src/sys/arch/algor/conf/P5064-64:1.3	Sun Feb 20 07:51:21 2011
+++ src/sys/arch/algor/conf/P5064-64	Sun Feb  5 19:30:42 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: P5064-64,v 1.3 2011/02/20 07:51:21 matt Exp $
+#	$NetBSD: P5064-64,v 1.4 2012/02/05 19:30:42 matt Exp $
 #
 # Algorithmics P-5064 kernel (64-bit).
 #
@@ -8,5 +8,5 @@ include	arch/algor/conf/P5064
 include	arch/algor/conf/std.algor64
 
 no options	SYMTAB_SPACE
-options 	SYMTAB_SPACE=60
-#ident 		P5064-64-$Revision: 1.3 $
+options 	SYMTAB_SPACE=62
+#ident 		P5064-64-$Revision: 1.4 $



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

2012-02-05 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Feb  5 19:30:43 UTC 2012

Modified Files:
src/sys/arch/algor/conf: P5064-64

Log Message:
Bump SYMTAB_SPACE


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/algor/conf/P5064-64

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



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

2012-02-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  4 19:02:25 UTC 2012

Modified Files:
src/sys/arch/algor/conf: P5064

Log Message:
Bump symtab space


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/algor/conf/P5064

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/algor/conf/P5064
diff -u src/sys/arch/algor/conf/P5064:1.71 src/sys/arch/algor/conf/P5064:1.72
--- src/sys/arch/algor/conf/P5064:1.71	Sun Dec 18 06:10:33 2011
+++ src/sys/arch/algor/conf/P5064	Sat Feb  4 14:02:25 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: P5064,v 1.71 2011/12/18 11:10:33 kiyohara Exp $
+#	$NetBSD: P5064,v 1.72 2012/02/04 19:02:25 christos Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@ include	arch/algor/conf/std.algor
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P5064-$Revision: 1.71 $
+#ident 		P5064-$Revision: 1.72 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@ options 	DIAGNOSTIC		# Cheap kernel cons
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=47
+options 	SYMTAB_SPACE=475000
 
 # File systems
 file-system	FFS		# Fast file system



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

2012-02-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  4 19:02:25 UTC 2012

Modified Files:
src/sys/arch/algor/conf: P5064

Log Message:
Bump symtab space


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/algor/conf/P5064

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



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

2011-12-18 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sun Dec 18 11:10:33 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P5064

Log Message:
SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/algor/conf/P5064

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/algor/conf/P5064
diff -u src/sys/arch/algor/conf/P5064:1.70 src/sys/arch/algor/conf/P5064:1.71
--- src/sys/arch/algor/conf/P5064:1.70	Sun Dec 18 05:49:22 2011
+++ src/sys/arch/algor/conf/P5064	Sun Dec 18 11:10:33 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P5064,v 1.70 2011/12/18 05:49:22 dholland Exp $
+#	$NetBSD: P5064,v 1.71 2011/12/18 11:10:33 kiyohara Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@ include	arch/algor/conf/std.algor
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P5064-$Revision: 1.70 $
+#ident 		P5064-$Revision: 1.71 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@ options 	DIAGNOSTIC		# Cheap kernel cons
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=465000
+options 	SYMTAB_SPACE=47
 
 # File systems
 file-system	FFS		# Fast file system



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

2011-12-18 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sun Dec 18 11:10:33 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P5064

Log Message:
SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/algor/conf/P5064

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



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

2011-12-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Thu Dec 15 16:06:18 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P4032 P6032

Log Message:
SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/algor/conf/P6032

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/algor/conf/P4032
diff -u src/sys/arch/algor/conf/P4032:1.61 src/sys/arch/algor/conf/P4032:1.62
--- src/sys/arch/algor/conf/P4032:1.61	Wed Nov 30 14:34:11 2011
+++ src/sys/arch/algor/conf/P4032	Thu Dec 15 16:06:18 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P4032,v 1.61 2011/11/30 14:34:11 kiyohara Exp $
+#	$NetBSD: P4032,v 1.62 2011/12/15 16:06:18 kiyohara Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@ include	arch/algor/conf/std.algor
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P4032-$Revision: 1.61 $
+#ident 		P4032-$Revision: 1.62 $
 
 maxusers 32
 
@@ -30,7 +30,7 @@ options 	DIAGNOSTIC		# Cheap kernel cons
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=405000
+options 	SYMTAB_SPACE=425000
 
 # File systems
 file-system	FFS		# Fast file system

Index: src/sys/arch/algor/conf/P6032
diff -u src/sys/arch/algor/conf/P6032:1.62 src/sys/arch/algor/conf/P6032:1.63
--- src/sys/arch/algor/conf/P6032:1.62	Thu Dec  1 14:18:02 2011
+++ src/sys/arch/algor/conf/P6032	Thu Dec 15 16:06:18 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P6032,v 1.62 2011/12/01 14:18:02 kiyohara Exp $
+#	$NetBSD: P6032,v 1.63 2011/12/15 16:06:18 kiyohara Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@ include	arch/algor/conf/std.algor
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P6032-$Revision: 1.62 $
+#ident 		P6032-$Revision: 1.63 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@ options 	DIAGNOSTIC		# Cheap kernel cons
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=425000
+options 	SYMTAB_SPACE=45
 
 # File systems
 file-system	FFS		# Fast file system



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

2011-12-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Thu Dec 15 16:06:18 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P4032 P6032

Log Message:
SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/algor/conf/P6032

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



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

2011-12-01 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Thu Dec  1 14:18:02 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P6032

Log Message:
Increase SYMTAB_SPACE for evbmips.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/algor/conf/P6032

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/algor/conf/P6032
diff -u src/sys/arch/algor/conf/P6032:1.61 src/sys/arch/algor/conf/P6032:1.62
--- src/sys/arch/algor/conf/P6032:1.61	Tue Nov 22 21:24:53 2011
+++ src/sys/arch/algor/conf/P6032	Thu Dec  1 14:18:02 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P6032,v 1.61 2011/11/22 21:24:53 tls Exp $
+#	$NetBSD: P6032,v 1.62 2011/12/01 14:18:02 kiyohara Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@ include	arch/algor/conf/std.algor
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P6032-$Revision: 1.61 $
+#ident 		P6032-$Revision: 1.62 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@ options 	DIAGNOSTIC		# Cheap kernel cons
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=424000
+options 	SYMTAB_SPACE=425000
 
 # File systems
 file-system	FFS		# Fast file system



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

2011-12-01 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Thu Dec  1 14:18:02 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P6032

Log Message:
Increase SYMTAB_SPACE for evbmips.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/algor/conf/P6032

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



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

2011-11-30 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Wed Nov 30 14:34:11 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P4032

Log Message:
Increase SYMTAB_SPACE for evbmips.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/algor/conf/P4032

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/algor/conf/P4032
diff -u src/sys/arch/algor/conf/P4032:1.60 src/sys/arch/algor/conf/P4032:1.61
--- src/sys/arch/algor/conf/P4032:1.60	Tue Nov 22 21:24:52 2011
+++ src/sys/arch/algor/conf/P4032	Wed Nov 30 14:34:11 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P4032,v 1.60 2011/11/22 21:24:52 tls Exp $
+#	$NetBSD: P4032,v 1.61 2011/11/30 14:34:11 kiyohara Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@ include	arch/algor/conf/std.algor
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P4032-$Revision: 1.60 $
+#ident 		P4032-$Revision: 1.61 $
 
 maxusers 32
 
@@ -30,7 +30,7 @@ options 	DIAGNOSTIC		# Cheap kernel cons
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=404000
+options 	SYMTAB_SPACE=405000
 
 # File systems
 file-system	FFS		# Fast file system



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

2011-11-30 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Wed Nov 30 14:34:11 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P4032

Log Message:
Increase SYMTAB_SPACE for evbmips.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/algor/conf/P4032

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



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

2011-07-17 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Sun Jul 17 23:39:47 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P4032 P5064

Log Message:
Increase SYMTAB_SPACE.  How do we automate this?


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/algor/conf/P5064

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/algor/conf/P4032
diff -u src/sys/arch/algor/conf/P4032:1.58 src/sys/arch/algor/conf/P4032:1.59
--- src/sys/arch/algor/conf/P4032:1.58	Sat Jul  9 17:13:32 2011
+++ src/sys/arch/algor/conf/P4032	Sun Jul 17 23:39:46 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P4032,v 1.58 2011/07/09 17:13:32 dyoung Exp $
+#	$NetBSD: P4032,v 1.59 2011/07/17 23:39:46 dyoung Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P4032-$Revision: 1.58 $
+#ident 		P4032-$Revision: 1.59 $
 
 maxusers 32
 
@@ -30,7 +30,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=402000
+options 	SYMTAB_SPACE=404000
 
 # File systems
 file-system	FFS		# Fast file system

Index: src/sys/arch/algor/conf/P5064
diff -u src/sys/arch/algor/conf/P5064:1.67 src/sys/arch/algor/conf/P5064:1.68
--- src/sys/arch/algor/conf/P5064:1.67	Sat Jul  9 17:13:32 2011
+++ src/sys/arch/algor/conf/P5064	Sun Jul 17 23:39:46 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P5064,v 1.67 2011/07/09 17:13:32 dyoung Exp $
+#	$NetBSD: P5064,v 1.68 2011/07/17 23:39:46 dyoung Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P5064-$Revision: 1.67 $
+#ident 		P5064-$Revision: 1.68 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=464000
+options 	SYMTAB_SPACE=465000
 
 # File systems
 file-system	FFS		# Fast file system



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

2011-07-17 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Sun Jul 17 23:39:47 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P4032 P5064

Log Message:
Increase SYMTAB_SPACE.  How do we automate this?


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/algor/conf/P5064

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



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

2011-07-09 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Sat Jul  9 17:13:32 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P4032 P5064 P6032

Log Message:
Increase SYMTAB_SPACE, again.  Why it should be necessary over and over,
I do not know.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/algor/conf/P5064
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/algor/conf/P6032

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/algor/conf/P4032
diff -u src/sys/arch/algor/conf/P4032:1.57 src/sys/arch/algor/conf/P4032:1.58
--- src/sys/arch/algor/conf/P4032:1.57	Thu Jun 30 20:09:17 2011
+++ src/sys/arch/algor/conf/P4032	Sat Jul  9 17:13:32 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P4032,v 1.57 2011/06/30 20:09:17 wiz Exp $
+#	$NetBSD: P4032,v 1.58 2011/07/09 17:13:32 dyoung Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P4032-$Revision: 1.57 $
+#ident 		P4032-$Revision: 1.58 $
 
 maxusers 32
 
@@ -30,7 +30,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=40
+options 	SYMTAB_SPACE=402000
 
 # File systems
 file-system	FFS		# Fast file system

Index: src/sys/arch/algor/conf/P5064
diff -u src/sys/arch/algor/conf/P5064:1.66 src/sys/arch/algor/conf/P5064:1.67
--- src/sys/arch/algor/conf/P5064:1.66	Fri Jul  1 22:10:31 2011
+++ src/sys/arch/algor/conf/P5064	Sat Jul  9 17:13:32 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P5064,v 1.66 2011/07/01 22:10:31 dyoung Exp $
+#	$NetBSD: P5064,v 1.67 2011/07/09 17:13:32 dyoung Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P5064-$Revision: 1.66 $
+#ident 		P5064-$Revision: 1.67 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=462000
+options 	SYMTAB_SPACE=464000
 
 # File systems
 file-system	FFS		# Fast file system

Index: src/sys/arch/algor/conf/P6032
diff -u src/sys/arch/algor/conf/P6032:1.59 src/sys/arch/algor/conf/P6032:1.60
--- src/sys/arch/algor/conf/P6032:1.59	Fri Jul  1 22:28:07 2011
+++ src/sys/arch/algor/conf/P6032	Sat Jul  9 17:13:32 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P6032,v 1.59 2011/07/01 22:28:07 dyoung Exp $
+#	$NetBSD: P6032,v 1.60 2011/07/09 17:13:32 dyoung Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P6032-$Revision: 1.59 $
+#ident 		P6032-$Revision: 1.60 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=421000
+options 	SYMTAB_SPACE=424000
 
 # File systems
 file-system	FFS		# Fast file system



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

2011-07-09 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Sat Jul  9 17:13:32 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P4032 P5064 P6032

Log Message:
Increase SYMTAB_SPACE, again.  Why it should be necessary over and over,
I do not know.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/algor/conf/P5064
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/algor/conf/P6032

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



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

2011-07-01 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Fri Jul  1 22:28:07 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P6032

Log Message:
Increase SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/algor/conf/P6032

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/algor/conf/P6032
diff -u src/sys/arch/algor/conf/P6032:1.58 src/sys/arch/algor/conf/P6032:1.59
--- src/sys/arch/algor/conf/P6032:1.58	Thu Jun 30 20:09:17 2011
+++ src/sys/arch/algor/conf/P6032	Fri Jul  1 22:28:07 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P6032,v 1.58 2011/06/30 20:09:17 wiz Exp $
+#	$NetBSD: P6032,v 1.59 2011/07/01 22:28:07 dyoung Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P6032-$Revision: 1.58 $
+#ident 		P6032-$Revision: 1.59 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=42
+options 	SYMTAB_SPACE=421000
 
 # File systems
 file-system	FFS		# Fast file system



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

2011-07-01 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Fri Jul  1 22:28:07 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P6032

Log Message:
Increase SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/algor/conf/P6032

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



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

2011-05-25 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed May 25 22:32:18 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P5064

Log Message:
Increase SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/algor/conf/P5064

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/algor/conf/P5064
diff -u src/sys/arch/algor/conf/P5064:1.63 src/sys/arch/algor/conf/P5064:1.64
--- src/sys/arch/algor/conf/P5064:1.63	Mon Mar  7 15:56:26 2011
+++ src/sys/arch/algor/conf/P5064	Wed May 25 22:32:18 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P5064,v 1.63 2011/03/07 15:56:26 jakllsch Exp $
+#	$NetBSD: P5064,v 1.64 2011/05/25 22:32:18 dyoung Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P5064-$Revision: 1.63 $
+#ident 		P5064-$Revision: 1.64 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=46
+options 	SYMTAB_SPACE=461000
 
 # File systems
 file-system	FFS		# Fast file system



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

2011-05-25 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed May 25 22:32:18 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P5064

Log Message:
Increase SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/algor/conf/P5064

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



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

2011-04-06 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Apr  7 04:02:29 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P6032

Log Message:
Increase SYMTAB_SPACE so that this kernel will build.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/algor/conf/P6032

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/algor/conf/P6032
diff -u src/sys/arch/algor/conf/P6032:1.55 src/sys/arch/algor/conf/P6032:1.56
--- src/sys/arch/algor/conf/P6032:1.55	Sat Mar  5 14:02:08 2011
+++ src/sys/arch/algor/conf/P6032	Thu Apr  7 04:02:29 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P6032,v 1.55 2011/03/05 14:02:08 matt Exp $
+#	$NetBSD: P6032,v 1.56 2011/04/07 04:02:29 dyoung Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P6032-$Revision: 1.55 $
+#ident 		P6032-$Revision: 1.56 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=37
+options 	SYMTAB_SPACE=38
 
 # File systems
 file-system	FFS		# Fast file system



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

2011-04-06 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Apr  7 04:02:29 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P6032

Log Message:
Increase SYMTAB_SPACE so that this kernel will build.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/algor/conf/P6032

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



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

2011-03-05 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Mar  5 14:02:08 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P6032

Log Message:
Increase SYMTAB_SPACE


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/algor/conf/P6032

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/algor/conf/P6032
diff -u src/sys/arch/algor/conf/P6032:1.54 src/sys/arch/algor/conf/P6032:1.55
--- src/sys/arch/algor/conf/P6032:1.54	Tue Nov 23 11:13:53 2010
+++ src/sys/arch/algor/conf/P6032	Sat Mar  5 14:02:08 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P6032,v 1.54 2010/11/23 11:13:53 hannken Exp $
+#	$NetBSD: P6032,v 1.55 2011/03/05 14:02:08 matt Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P6032-$Revision: 1.54 $
+#ident 		P6032-$Revision: 1.55 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=36
+options 	SYMTAB_SPACE=37
 
 # File systems
 file-system	FFS		# Fast file system



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

2011-03-05 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Mar  5 14:02:08 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P6032

Log Message:
Increase SYMTAB_SPACE


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/algor/conf/P6032

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



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

2011-01-21 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Fri Jan 21 22:37:12 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P4032

Log Message:
Bump SYMTAB_SPACE so that it fits again.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/algor/conf/P4032

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/algor/conf/P4032
diff -u src/sys/arch/algor/conf/P4032:1.54 src/sys/arch/algor/conf/P4032:1.55
--- src/sys/arch/algor/conf/P4032:1.54	Tue Nov 23 11:13:53 2010
+++ src/sys/arch/algor/conf/P4032	Fri Jan 21 22:37:11 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P4032,v 1.54 2010/11/23 11:13:53 hannken Exp $
+#	$NetBSD: P4032,v 1.55 2011/01/21 22:37:11 he Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P4032-$Revision: 1.54 $
+#ident 		P4032-$Revision: 1.55 $
 
 maxusers 32
 
@@ -30,7 +30,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=34
+options 	SYMTAB_SPACE=35
 
 # File systems
 file-system	FFS		# Fast file system



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

2011-01-21 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Fri Jan 21 22:37:12 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P4032

Log Message:
Bump SYMTAB_SPACE so that it fits again.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/algor/conf/P4032

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



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

2010-11-12 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sat Nov 13 04:01:42 UTC 2010

Modified Files:
src/sys/arch/algor/conf: P6032

Log Message:
Bump symtab space (35 - 36).


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/algor/conf/P6032

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/algor/conf/P6032
diff -u src/sys/arch/algor/conf/P6032:1.52 src/sys/arch/algor/conf/P6032:1.53
--- src/sys/arch/algor/conf/P6032:1.52	Fri Apr 16 13:48:28 2010
+++ src/sys/arch/algor/conf/P6032	Sat Nov 13 04:01:42 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: P6032,v 1.52 2010/04/16 13:48:28 pooka Exp $
+#	$NetBSD: P6032,v 1.53 2010/11/13 04:01:42 uebayasi Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P6032-$Revision: 1.52 $
+#ident 		P6032-$Revision: 1.53 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=35
+options 	SYMTAB_SPACE=36
 
 # File systems
 file-system	FFS		# Fast file system



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

2010-11-12 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sat Nov 13 04:01:42 UTC 2010

Modified Files:
src/sys/arch/algor/conf: P6032

Log Message:
Bump symtab space (35 - 36).


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/algor/conf/P6032

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



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

2010-02-19 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Fri Feb 19 15:25:28 UTC 2010

Modified Files:
src/sys/arch/algor/conf: P5064

Log Message:
Bump SYMTAB_SPACE so that it fits again.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/algor/conf/P5064

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/algor/conf/P5064
diff -u src/sys/arch/algor/conf/P5064:1.57 src/sys/arch/algor/conf/P5064:1.58
--- src/sys/arch/algor/conf/P5064:1.57	Fri Mar  6 20:31:46 2009
+++ src/sys/arch/algor/conf/P5064	Fri Feb 19 15:25:28 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: P5064,v 1.57 2009/03/06 20:31:46 joerg Exp $
+#	$NetBSD: P5064,v 1.58 2010/02/19 15:25:28 he Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		P5064-$Revision: 1.57 $
+#ident 		P5064-$Revision: 1.58 $
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG=-g
 #makeoptions	DEBUGLIST=pattern1 pattern2 ...
-options 	SYMTAB_SPACE=39
+options 	SYMTAB_SPACE=40
 
 # File systems
 file-system	FFS		# Fast file system