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 sample entry for pwdog...



details:   https://anonhg.NetBSD.org/src/rev/96f79ded0c44
branches:  trunk
changeset: 768184:96f79ded0c44
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Thu Aug 11 07:36:17 2011 +0000

description:
Add commented out sample entry for pwdog(4).

diffstat:

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

diffs (27 lines):

diff -r 23c4943f2f73 -r 96f79ded0c44 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Aug 11 07:33:24 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Aug 11 07:36:17 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.332 2011/08/09 02:52:29 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.333 2011/08/11 07:36:17 mbalmer Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.332 $"
+#ident                 "GENERIC-$Revision: 1.333 $"
 
 maxusers       64              # estimated number of users
 
@@ -334,6 +334,8 @@
 #amdpcib* at pci? dev ? function ?     # AMD 8111 PCI-ISA w/ HPET
 #hpet* at amdpcib?
 
+#pwdog*        at pci? dev ? function ?        # QUANCOM PWDOG1
+
 ichlpcib* at pci? dev ? function ?     # Intel ICH PCI-LPC w/ timecounter,
                                        # watchdog and Speedstep and HPET
 fwhrng* at ichlpcib?           # Intel 82802 FWH Random Number Generator



Home | Main Index | Thread Index | Old Index