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 Forgot to add smscmon here...



details:   https://anonhg.NetBSD.org/src/rev/0039580b6b43
branches:  trunk
changeset: 752308:0039580b6b43
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Feb 22 17:27:04 2010 +0000

description:
Forgot to add smscmon here...

diffstat:

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

diffs (29 lines):

diff -r 10b1a2a7b98a -r 0039580b6b43 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Feb 22 14:47:40 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Feb 22 17:27:04 2010 +0000
@@ -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?



Home | Main Index | Thread Index | Old Index