Module Name:    src
Committed By:   macallan
Date:           Fri Jan 10 06:26:34 UTC 2020

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

Log Message:
add lmu driver


To generate a diff of this commit:
cvs rdiff -u -r1.359 -r1.360 src/sys/arch/macppc/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/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.359 src/sys/arch/macppc/conf/GENERIC:1.360
--- src/sys/arch/macppc/conf/GENERIC:1.359	Wed Jan  8 14:21:12 2020
+++ src/sys/arch/macppc/conf/GENERIC	Fri Jan 10 06:26:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.359 2020/01/08 14:21:12 macallan Exp $
+# $NetBSD: GENERIC,v 1.360 2020/01/10 06:26:34 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/macppc/conf/std.macppc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.359 $"
+#ident 		"GENERIC-$Revision: 1.360 $"
 
 maxusers	32
 
@@ -375,6 +375,7 @@ lmtemp* 	at iic?		# temperature sensor, 
 deq* 		at iic?		# mixer/equalizer, used by snapper
 admtemp* 	at iic?		# temperature sensor found in Mini, G5
 psoc* 		at iic?		# fan controller found in TiBooks
+lmu* 		at iic?		# ambient / keyboard lights
 videopll*	at iic?		# for valkyriefb
 sgsmix* 	at iic?		# Additional mixer found in beige G3
 				# use with awacs.

Reply via email to