Module Name:    src
Committed By:   jmcneill
Date:           Sat Sep 15 16:21:36 UTC 2018

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC64

Log Message:
Enable WSDISPLAY_MULTICONS


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/evbarm/conf/GENERIC64

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/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.35 src/sys/arch/evbarm/conf/GENERIC64:1.36
--- src/sys/arch/evbarm/conf/GENERIC64:1.35	Sat Sep  8 00:42:01 2018
+++ src/sys/arch/evbarm/conf/GENERIC64	Sat Sep 15 16:21:36 2018
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.35 2018/09/08 00:42:01 jmcneill Exp $
+#	$NetBSD: GENERIC64,v 1.36 2018/09/15 16:21:36 jmcneill Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -233,8 +233,8 @@ ukphy*		at mii? phy ?		# generic unknown
 #athn*		at pci? dev ? function ?	# Atheros IEEE 802.11
 
 # UART
-com*		at fdt?			# UART
-plcom*		at fdt?			# ARM PL011 UART
+com*		at fdt?	pass 4		# UART
+plcom*		at fdt?	pass 4		# ARM PL011 UART
 
 # I2C controllers
 bsciic*		at fdt?			# Broadcom BCM283x Serial Control
@@ -326,6 +326,7 @@ options 	WSDISPLAY_COMPAT_SYSCONS
 options 	WSDISPLAY_COMPAT_USL
 options 	WSDISPLAY_COMPAT_RAWKBD
 options 	WSDISPLAY_DEFAULTSCREENS=4
+options 	WSDISPLAY_MULTICONS
 pseudo-device	wsmux
 pseudo-device	wsfont
 

Reply via email to