Module Name:    src
Committed By:   mbalmer
Date:           Thu Aug 11 07:36:17 UTC 2011

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 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.332 src/sys/arch/amd64/conf/GENERIC:1.333
--- src/sys/arch/amd64/conf/GENERIC:1.332	Tue Aug  9 02:52:29 2011
+++ src/sys/arch/amd64/conf/GENERIC	Thu Aug 11 07:36:17 2011
@@ -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

Reply via email to