Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add entries for pwdog(4).



details:   https://anonhg.NetBSD.org/src/rev/83b94a1b1b71
branches:  trunk
changeset: 768185:83b94a1b1b71
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Thu Aug 11 07:38:56 2011 +0000

description:
Add entries for pwdog(4).

diffstat:

 sys/arch/i386/conf/ALL     |  6 ++++--
 sys/arch/i386/conf/GENERIC |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r 96f79ded0c44 -r 83b94a1b1b71 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Thu Aug 11 07:36:17 2011 +0000
+++ b/sys/arch/i386/conf/ALL    Thu Aug 11 07:38:56 2011 +0000
@@ -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?
 
 
diff -r 96f79ded0c44 -r 83b94a1b1b71 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Aug 11 07:36:17 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Aug 11 07:38:56 2011 +0000
@@ -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?
 
 



Home | Main Index | Thread Index | Old Index