Module Name:    src
Committed By:   pgoyette
Date:           Mon Feb 22 17:27:05 UTC 2010

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

Log Message:
Forgot to add smscmon here...


To generate a diff of this commit:
cvs rdiff -u -r1.970 -r1.971 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/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.970 src/sys/arch/i386/conf/GENERIC:1.971
--- src/sys/arch/i386/conf/GENERIC:1.970	Mon Feb 22 05:57:10 2010
+++ src/sys/arch/i386/conf/GENERIC	Mon Feb 22 17:27:04 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.970 2010/02/22 05:57:10 ahoka Exp $
+# $NetBSD: GENERIC,v 1.971 2010/02/22 17:27:04 pgoyette Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.970 $"
+#ident 		"GENERIC-$Revision: 1.971 $"
 
 maxusers	64		# estimated number of users
 
@@ -664,6 +664,10 @@
 # SMSC LPC47B397 hardware monitor functions
 #smsc0	at isa? port 0x02e
 
+# SMSC LPC47M192 hardware monitor
+#smscmon*	at iic? addr 0x2c
+#smscmon*	at iic? addr 0x2d	# (alternate address)
+
 # PC87366 hardware monitor
 #nsclpcsio*	at isa?
 #gpio*		at nsclpcsio?

Reply via email to