Module Name:    src
Committed By:   mrg
Date:           Wed Dec  8 08:43:34 UTC 2010

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

Log Message:
add dbcool(4) - there are two of them on the SB2500.
fix a spelling error.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/sparc64/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/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.130 src/sys/arch/sparc64/conf/GENERIC:1.131
--- src/sys/arch/sparc64/conf/GENERIC:1.130	Tue Nov 23 11:14:06 2010
+++ src/sys/arch/sparc64/conf/GENERIC	Wed Dec  8 08:43:34 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.130 2010/11/23 11:14:06 hannken Exp $
+# $NetBSD: GENERIC,v 1.131 2010/12/08 08:43:34 mrg Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.130 $"
+#ident 		"GENERIC-$Revision: 1.131 $"
 
 maxusers	64
 
@@ -926,7 +926,8 @@
 admtemp*	at iic? addr?
 ecadc*		at iic? addr?	# envctrl/envctrltwo on E250/E450
 lmtemp*		at iic? addr?
-tda*		at iic? addr?	# fan controll on SB1000/2000
+tda*		at iic? addr?	# fan control on SB1000/2000
+dbcool*		at iic? addr?	# SB25000
 
 ### Other pseudo-devices
 

Reply via email to