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 smscmon(4)



details:   https://anonhg.NetBSD.org/src/rev/f49cc51ab211
branches:  trunk
changeset: 752285:f49cc51ab211
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Feb 22 03:52:06 2010 +0000

description:
Add smscmon(4)

diffstat:

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

diffs (29 lines):

diff -r 03050c4d4073 -r f49cc51ab211 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Mon Feb 22 03:50:56 2010 +0000
+++ b/sys/arch/i386/conf/ALL    Mon Feb 22 03:52:06 2010 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index