Module Name:    src
Committed By:   mbalmer
Date:           Tue Feb 28 12:08:37 UTC 2012

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

Log Message:
Add commented out DDB_COMMANDONENTER example, enable pwdog(4).


To generate a diff of this commit:
cvs rdiff -u -r1.348 -r1.349 src/sys/arch/amd64/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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.348 src/sys/arch/amd64/conf/GENERIC:1.349
--- src/sys/arch/amd64/conf/GENERIC:1.348	Sun Jan 22 06:44:29 2012
+++ src/sys/arch/amd64/conf/GENERIC	Tue Feb 28 12:08:37 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.348 2012/01/22 06:44:29 christos Exp $
+# $NetBSD: GENERIC,v 1.349 2012/02/28 12:08:37 mbalmer Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.348 $"
+#ident 		"GENERIC-$Revision: 1.349 $"
 
 maxusers	64		# estimated number of users
 
@@ -98,6 +98,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 #
 makeoptions	COPTS="-O2 -fno-omit-frame-pointer"
 options 	DDB		# in-kernel debugger
+#options	DDB_COMMANDONENTER="bt"	# execute command when ddb is entered
 #options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
@@ -337,7 +338,7 @@ puc*	at pci? dev ? function ?	# PCI "uni
 #amdpcib* at pci? dev ? function ?	# AMD 8111 PCI-ISA w/ HPET
 #hpet*	at amdpcib?
 
-#pwdog*	at pci? dev ? function ?	# QUANCOM PWDOG1
+pwdog*	at pci? dev ? function ?	# QUANCOM PWDOG1
 
 ichlpcib* at pci? dev ? function ?	# Intel ICH PCI-LPC w/ timecounter,
 					# watchdog and Speedstep and HPET

Reply via email to