Module Name:    src
Committed By:   mbalmer
Date:           Thu Aug 11 07:38:56 UTC 2011

Modified Files:
        src/sys/arch/i386/conf: ALL GENERIC

Log Message:
Add entries for pwdog(4).


To generate a diff of this commit:
cvs rdiff -u -r1.317 -r1.318 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1046 -r1.1047 src/sys/arch/i386/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/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.317 src/sys/arch/i386/conf/ALL:1.318
--- src/sys/arch/i386/conf/ALL:1.317	Thu Aug  4 14:45:54 2011
+++ src/sys/arch/i386/conf/ALL	Thu Aug 11 07:38:56 2011
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.317 2011/08/04 14:45:54 jakllsch Exp $
+# $NetBSD: ALL,v 1.318 2011/08/11 07:38:56 mbalmer Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.317 $"
+#ident 		"ALL-$Revision: 1.318 $"
 
 maxusers	64		# estimated number of users
 
@@ -496,6 +496,8 @@
 # XXX 'puc's aren't really bridges, but there's no better place for them here
 puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
 
+pwdog*	at pci? dev ? function ?	# QUANCOM PWDOG1
+
 agp*	at pchb?
 
 

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1046 src/sys/arch/i386/conf/GENERIC:1.1047
--- src/sys/arch/i386/conf/GENERIC:1.1046	Tue Aug  9 02:52:29 2011
+++ src/sys/arch/i386/conf/GENERIC	Thu Aug 11 07:38:56 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1046 2011/08/09 02:52:29 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.1047 2011/08/11 07:38:56 mbalmer Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1046 $"
+#ident 		"GENERIC-$Revision: 1.1047 $"
 
 maxusers	64		# estimated number of users
 
@@ -469,6 +469,8 @@
 # XXX 'puc's aren't really bridges, but there's no better place for them here
 puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
 
+pwdog*	at pci ? dev ? function ?	# QUANCOM PWDOG1
+
 agp*	at pchb?
 
 

Reply via email to