Module Name:    src
Committed By:   macallan
Date:           Sat Oct 13 21:02:34 UTC 2018

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

Log Message:
add tadpmu


To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 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.207 src/sys/arch/sparc64/conf/GENERIC:1.208
--- src/sys/arch/sparc64/conf/GENERIC:1.207	Thu Sep  6 05:36:50 2018
+++ src/sys/arch/sparc64/conf/GENERIC	Sat Oct 13 21:02:34 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.207 2018/09/06 05:36:50 maxv Exp $
+# $NetBSD: GENERIC,v 1.208 2018/10/13 21:02:34 macallan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/sparc64/conf/std.sparc64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.207 $"
+#ident		"GENERIC-$Revision: 1.208 $"
 
 maxusers	64
 
@@ -282,6 +282,7 @@ ms0	at com?					# mouse
 
 ## Tadpole SPARCle PS/2 keyboard and mouse
 pckbc*		at ebus?		# PC keyboard controller
+options 	HAVE_TADPMU		# include support for Tadpole Viper PMU
 pckbd*		at pckbc?		# PC keyboard
 pms*		at pckbc?		# PS/2 mouse for wsmouse
 options 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads

Reply via email to