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

2020-04-13 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Mon Apr 13 09:18:10 UTC 2020

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

Log Message:
drop note about wd not being supported for umass


To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 src/sys/arch/x68k/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/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.197 src/sys/arch/x68k/conf/GENERIC:1.198
--- src/sys/arch/x68k/conf/GENERIC:1.197	Wed Jan 29 18:39:03 2020
+++ src/sys/arch/x68k/conf/GENERIC	Mon Apr 13 09:18:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.197 2020/01/29 18:39:03 maya Exp $
+# $NetBSD: GENERIC,v 1.198 2020/04/13 09:18:10 jdolecek Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/x68k/conf/std.x68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.197 $"
+#ident 		"GENERIC-$Revision: 1.198 $"
 
 makeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk
 
@@ -332,7 +332,7 @@ bmd*	at intio0 addr 0xecebf0		# Nereid
 # Option N.V. Wireless WAN modems
 #uhso*	at uhub? port ? configuration ?
 
-# USB Mass Storage; wd not supported
+# USB Mass Storage
 #umass*	at uhub? port ? configuration ? interface ?
 #atapibus* at umass?
 #scsibus* at umass?



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

2016-09-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep 18 14:21:16 UTC 2016

Modified Files:
src/sys/arch/x68k/conf: INSTALL

Log Message:
bump


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/x68k/conf/INSTALL

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/x68k/conf/INSTALL
diff -u src/sys/arch/x68k/conf/INSTALL:1.108 src/sys/arch/x68k/conf/INSTALL:1.109
--- src/sys/arch/x68k/conf/INSTALL:1.108	Wed Aug 12 03:53:58 2015
+++ src/sys/arch/x68k/conf/INSTALL	Sun Sep 18 10:21:16 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.108 2015/08/12 07:53:58 maxv Exp $
+#	$NetBSD: INSTALL,v 1.109 2016/09/18 14:21:16 christos Exp $
 
 #
 #	INSTALL -- installation kernel.
@@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"INSTALL-$Revision: 1.108 $"
+#ident 		"INSTALL-$Revision: 1.109 $"
 
 makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
 
@@ -18,7 +18,7 @@ maxusers	4
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT	# Force root on memory-disk
 options 	MEMORY_DISK_SERVER=0	# No user space hooks
-options 	MEMORY_DISK_ROOT_SIZE=3400
+options 	MEMORY_DISK_ROOT_SIZE=3600	# 1.8 Mbytes
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 ## System kernel configuration.  See options(4) for more detail.



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

2014-07-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Jul 18 17:06:13 UTC 2014

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

Log Message:
Enable NULLFS and MODULAR, and disable UMAPFS, accf_data and accf_http.

No particular comments on port-x68k@.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/arch/x68k/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/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.173 src/sys/arch/x68k/conf/GENERIC:1.174
--- src/sys/arch/x68k/conf/GENERIC:1.173	Sat Jul  5 09:18:47 2014
+++ src/sys/arch/x68k/conf/GENERIC	Fri Jul 18 17:06:13 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.173 2014/07/05 09:18:47 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.174 2014/07/18 17:06:13 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/x68k/conf/std.x68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.173 $"
+#ident 		"GENERIC-$Revision: 1.174 $"
 
 makeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk
 
@@ -80,7 +80,7 @@ options 	SYSVSEM		# System V semaphores
 options 	SYSVSHM		# System V shared memory
 
 ## Loadable kernel module support
-#options 	MODULAR		# new style module(7) framework
+options 	MODULAR		# new style module(7) framework
 
 options 	USERCONF	# userconf(4) support
 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
@@ -175,11 +175,11 @@ options 	COMPAT_BSDPTY	# /dev/[pt]ty?? p
 file-system	FFS		# Berkeley Fast Filesystem
 file-system	NFS		# Sun NFS-compatible filesystem client
 file-system	KERNFS		# kernel data-structure filesystem
-#file-system	NULLFS		# NULL layered filesystem
+file-system	NULLFS		# NULL layered filesystem
 #file-system 	OVERLAY		# overlay file system
 file-system	MFS		# memory-based filesystem
 #file-system	FDESC		# user file descriptor filesystem
-file-system	UMAPFS		# uid/gid remapping filesystem
+#file-system	UMAPFS		# uid/gid remapping filesystem
 #file-system	LFS		# Log-structured filesystem (experimental)
 file-system	PROCFS		# /proc
 file-system	CD9660		# ISO 9660 + Rock Ridge file system
@@ -428,8 +428,8 @@ bmd*	at intio0 addr 0xecebf0		# Nereid
 
 #
 # accept filters
-pseudo-device   accf_data		# "dataready" accept filter
-pseudo-device   accf_http		# "httpready" accept filter
+#pseudo-device   accf_data		# "dataready" accept filter
+#pseudo-device   accf_http		# "httpready" accept filter
 
 ## A disk-like interface to files.  Can be used to create floppy, CD,
 ## miniroot images, etc.



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

2014-07-05 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Jul  5 09:18:47 UTC 2014

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

Log Message:
Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.

with "-O2":
   textdata bss dec hex filename
2898020   54292  122728 3075040  2eebe0 netbsd

with "-O2 -fno-reorder-blocks":
   textdata bss dec hex filename
2589888   54292  122728 2766908  2a383c netbsd


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/sys/arch/x68k/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/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.172 src/sys/arch/x68k/conf/GENERIC:1.173
--- src/sys/arch/x68k/conf/GENERIC:1.172	Mon Mar 24 14:15:38 2014
+++ src/sys/arch/x68k/conf/GENERIC	Sat Jul  5 09:18:47 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.172 2014/03/24 14:15:38 szptvlfn Exp $
+# $NetBSD: GENERIC,v 1.173 2014/07/05 09:18:47 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,9 @@ include 	"arch/x68k/conf/std.x68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.172 $"
+#ident 		"GENERIC-$Revision: 1.173 $"
+
+makeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk
 
 maxusers	8
 



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

2014-03-05 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Wed Mar  5 16:02:29 UTC 2014

Modified Files:
src/sys/arch/x68k/conf: GENERIC INSTALL

Log Message:
Delete the word "buggy" in the comment of NULLFS.
This has been added in 1999, but it's not a buggy now.
Adviced from tsutsui@, msaitoh@.


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 src/sys/arch/x68k/conf/GENERIC
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/x68k/conf/INSTALL

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/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.170 src/sys/arch/x68k/conf/GENERIC:1.171
--- src/sys/arch/x68k/conf/GENERIC:1.170	Sun Jun 30 21:38:59 2013
+++ src/sys/arch/x68k/conf/GENERIC	Wed Mar  5 16:02:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.170 2013/06/30 21:38:59 rmind Exp $
+# $NetBSD: GENERIC,v 1.171 2014/03/05 16:02:29 isaki Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/x68k/conf/std.x68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.170 $"
+#ident 		"GENERIC-$Revision: 1.171 $"
 
 maxusers	8
 
@@ -173,7 +173,7 @@ options 	COMPAT_BSDPTY	# /dev/[pt]ty?? p
 file-system	FFS		# Berkeley Fast Filesystem
 file-system	NFS		# Sun NFS-compatible filesystem client
 file-system	KERNFS		# kernel data-structure filesystem
-#file-system	NULLFS		# NULL layered filesystem (buggy)
+#file-system	NULLFS		# NULL layered filesystem
 #file-system 	OVERLAY		# overlay file system
 file-system	MFS		# memory-based filesystem
 #file-system	FDESC		# user file descriptor filesystem

Index: src/sys/arch/x68k/conf/INSTALL
diff -u src/sys/arch/x68k/conf/INSTALL:1.103 src/sys/arch/x68k/conf/INSTALL:1.104
--- src/sys/arch/x68k/conf/INSTALL:1.103	Thu Feb 27 09:13:20 2014
+++ src/sys/arch/x68k/conf/INSTALL	Wed Mar  5 16:02:29 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.103 2014/02/27 09:13:20 isaki Exp $
+#	$NetBSD: INSTALL,v 1.104 2014/03/05 16:02:29 isaki Exp $
 
 #
 #	INSTALL -- installation kernel.
@@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"INSTALL-$Revision: 1.103 $"
+#ident 		"INSTALL-$Revision: 1.104 $"
 
 makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
 
@@ -158,7 +158,7 @@ options 	COMPAT_BSDPTY	# /dev/[pt]ty?? p
 file-system	FFS		# Berkeley Fast Filesystem
 file-system	NFS		# Sun NFS-compatible filesystem client
 #file-system	KERNFS		# kernel data-structure filesystem
-#file-system	NULLFS		# NULL layered filesystem (buggy)
+#file-system	NULLFS		# NULL layered filesystem
 #file-system 	OVERLAY		# overlay file system
 #file-system	MFS		# memory-based filesystem
 #file-system	FDESC		# user file descriptor filesystem



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

2012-11-03 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Nov  3 14:44:29 UTC 2012

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

Log Message:
Comment out pseudo-device fss.  We already has options FFS_NO_SNAPSHOT.


To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/sys/arch/x68k/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/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.163 src/sys/arch/x68k/conf/GENERIC:1.164
--- src/sys/arch/x68k/conf/GENERIC:1.163	Wed Oct 17 14:48:18 2012
+++ src/sys/arch/x68k/conf/GENERIC	Sat Nov  3 14:44:29 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.163 2012/10/17 14:48:18 apb Exp $
+# $NetBSD: GENERIC,v 1.164 2012/11/03 14:44:29 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/x68k/conf/std.x68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.163 $"
+#ident 		"GENERIC-$Revision: 1.164 $"
 
 maxusers	8
 
@@ -525,7 +525,7 @@ pseudo-device	clockctl		# user control o
 pseudo-device	ksyms			# /dev/ksyms
 #pseudo-device	pf			# PF packet filter
 #pseudo-device	pflog			# PF log if
-pseudo-device	fss			# file system snapshot device
+#pseudo-device	fss			# file system snapshot device
 
 # Veriexec
 #



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

2012-10-12 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Oct 12 20:27:39 UTC 2012

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

Log Message:
Now we get working netboot loader, so enable options NFS_BOOT_DHCP by default.


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/sys/arch/x68k/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/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.161 src/sys/arch/x68k/conf/GENERIC:1.162
--- src/sys/arch/x68k/conf/GENERIC:1.161	Sun Apr 29 07:17:11 2012
+++ src/sys/arch/x68k/conf/GENERIC	Fri Oct 12 20:27:39 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.161 2012/04/29 07:17:11 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.162 2012/10/12 20:27:39 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/x68k/conf/std.x68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.161 $"
+#ident 		"GENERIC-$Revision: 1.162 $"
 
 maxusers	8
 
@@ -92,7 +92,7 @@ options 	SYSCTL_INCLUDE_DESCR	# Include 
 ## NFS boot options; not supported currently: needs nfsboot program
 #options 	NFS_BOOT_BOOTPARAM
 #options 	NFS_BOOT_BOOTP
-#options 	NFS_BOOT_DHCP
+options 	NFS_BOOT_DHCP
 
  Debugging options
 



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

2011-10-03 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Tue Oct  4 04:05:17 UTC 2011

Modified Files:
src/sys/arch/x68k/conf: Makefile.x68k

Log Message:
build machdep.c with -O1 to work around a gcc 4.5 issue.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/x68k/conf/Makefile.x68k

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/x68k/conf/Makefile.x68k
diff -u src/sys/arch/x68k/conf/Makefile.x68k:1.62 src/sys/arch/x68k/conf/Makefile.x68k:1.63
--- src/sys/arch/x68k/conf/Makefile.x68k:1.62	Fri Jan 21 15:59:10 2011
+++ src/sys/arch/x68k/conf/Makefile.x68k	Tue Oct  4 04:05:17 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.x68k,v 1.62 2011/01/21 15:59:10 joerg Exp $
+#	$NetBSD: Makefile.x68k,v 1.63 2011/10/04 04:05:17 chs Exp $
 #
 # Makefile for NetBSD
 #
@@ -84,7 +84,8 @@ intio.o vm_machdep.o: Makefile
 ## (7) misc settings
 ##
 
-
+# XXX work around gcc 4.5 issue
+COPTS.machdep.c += -O1
 
 ##
 ## (8) config(8) generated machinery



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

2011-03-17 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Thu Mar 17 13:26:51 UTC 2011

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

Log Message:
umass doesn't take channel.


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/arch/x68k/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/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.154 src/sys/arch/x68k/conf/GENERIC:1.155
--- src/sys/arch/x68k/conf/GENERIC:1.154	Sun Mar  6 17:08:33 2011
+++ src/sys/arch/x68k/conf/GENERIC	Thu Mar 17 13:26:51 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.154 2011/03/06 17:08:33 bouyer Exp $
+# $NetBSD: GENERIC,v 1.155 2011/03/17 13:26:51 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.154 $"
+#ident 		"GENERIC-$Revision: 1.155 $"
 
 maxusers	8
 
@@ -353,8 +353,8 @@
 
 # USB Mass Storage; wd not supported
 #umass*	at uhub? port ? configuration ? interface ?
-#atapibus* at umass? channel ?
-#scsibus* at umass? channel ?
+#atapibus* at umass?
+#scsibus* at umass?
 #wd* at umass?
 
 # USB audio



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

2011-03-17 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Thu Mar 17 13:25:54 UTC 2011

Modified Files:
src/sys/arch/x68k/conf: files.x68k

Log Message:
Include files.ata for atapibus at umass.


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

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/x68k/conf/files.x68k
diff -u src/sys/arch/x68k/conf/files.x68k:1.71 src/sys/arch/x68k/conf/files.x68k:1.72
--- src/sys/arch/x68k/conf/files.x68k:1.71	Sun Jun  6 04:52:01 2010
+++ src/sys/arch/x68k/conf/files.x68k	Thu Mar 17 13:25:54 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.x68k,v 1.71 2010/06/06 04:52:01 mrg Exp $
+#	$NetBSD: files.x68k,v 1.72 2011/03/17 13:25:54 tsutsui Exp $
 #
 # new style config file for x68k architecture
 #
@@ -211,4 +211,7 @@
 # USB support
 include "dev/usb/files.usb"
 
+# ATA and ATAPI support
+include "dev/ata/files.ata"
+
 include "arch/x68k/conf/majors.x68k"



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

2011-01-02 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Jan  3 06:15:17 UTC 2011

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

Log Message:
Add (commented out) options MODULAR.  Confirmed working on XM6i.


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/sys/arch/x68k/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/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.152 src/sys/arch/x68k/conf/GENERIC:1.153
--- src/sys/arch/x68k/conf/GENERIC:1.152	Mon Jan  3 03:43:22 2011
+++ src/sys/arch/x68k/conf/GENERIC	Mon Jan  3 06:15:16 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.152 2011/01/03 03:43:22 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.153 2011/01/03 06:15:16 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.152 $"
+#ident 		"GENERIC-$Revision: 1.153 $"
 
 maxusers	8
 
@@ -79,6 +79,7 @@
 options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
 
 ## Loadable kernel module support
+#options 	MODULAR		# new style module(7) framework
 
 options 	USERCONF	# userconf(4) support
 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)



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

2011-01-02 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Jan  3 03:43:23 UTC 2011

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

Log Message:
Enable options DDB.  Ok from isaki@


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/arch/x68k/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/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.151 src/sys/arch/x68k/conf/GENERIC:1.152
--- src/sys/arch/x68k/conf/GENERIC:1.151	Tue Nov 23 11:14:07 2010
+++ src/sys/arch/x68k/conf/GENERIC	Mon Jan  3 03:43:22 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.151 2010/11/23 11:14:07 hannken Exp $
+# $NetBSD: GENERIC,v 1.152 2011/01/03 03:43:22 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.151 $"
+#ident 		"GENERIC-$Revision: 1.152 $"
 
 maxusers	8
 
@@ -99,7 +99,7 @@
 ## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
 ## serial console break or keyboard reset, where the PROM would normally
 ## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
-#options 	DDB			# kernel dynamic debugger
+options 	DDB			# kernel dynamic debugger
 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
 #options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
 #options 	PANICBUTTON		# interrupt switch invokes DDB