Module Name:    src
Committed By:   pgoyette
Date:           Mon Feb 22 03:52:06 UTC 2010

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

Log Message:
Add smscmon(4)


To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 src/sys/arch/i386/conf/ALL

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.239 src/sys/arch/i386/conf/ALL:1.240
--- src/sys/arch/i386/conf/ALL:1.239	Sun Feb 21 05:16:29 2010
+++ src/sys/arch/i386/conf/ALL	Mon Feb 22 03:52:06 2010
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.239 2010/02/21 05:16:29 cnst Exp $
+# $NetBSD: ALL,v 1.240 2010/02/22 03:52:06 pgoyette 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.239 $"
+#ident 		"ALL-$Revision: 1.240 $"
 
 maxusers	64		# estimated number of users
 
@@ -686,6 +686,10 @@
 # Use flags to select temp sensor type (see lm(4) man page for details)
 lm0	at iic?	addr 0x2e flags 0x0
 
+# SMSC LPC47M192 hardware monitor
+smcsmon*	at iic? addr 0x2e
+#smcsmon*	at iic? addr 0x2d	# (alternate address)
+
 pic16lc*	at iic? addr 0x10	# XBOX PIC16LC
 xbseeprom*	at iic? addr 0x54	# XBOX serial EEPROM
 

Reply via email to