Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add commented out DDB_COMMANDONENTER exa...



details:   https://anonhg.NetBSD.org/src/rev/a7b96fd09684
branches:  trunk
changeset: 777657:a7b96fd09684
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Tue Feb 28 12:08:37 2012 +0000

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

diffstat:

 sys/arch/amd64/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 42793cbde6bc -r a7b96fd09684 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Tue Feb 28 11:59:37 2012 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Tue Feb 28 12:08:37 2012 +0000
@@ -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 @@
 
 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 @@
 #
 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 @@
 #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



Home | Main Index | Thread Index | Old Index