Module Name: src Committed By: jmcneill Date: Sun Nov 9 14:11:38 UTC 2014
Modified Files: src/sys/arch/evbarm/conf: HUMMINGBIRD_A31 Log Message: add awintcon, awindebe, genfb, wsdisplay, wsmux, wsfont To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31 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/HUMMINGBIRD_A31 diff -u src/sys/arch/evbarm/conf/HUMMINGBIRD_A31:1.16 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31:1.17 --- src/sys/arch/evbarm/conf/HUMMINGBIRD_A31:1.16 Sat Nov 8 00:32:33 2014 +++ src/sys/arch/evbarm/conf/HUMMINGBIRD_A31 Sun Nov 9 14:11:38 2014 @@ -1,4 +1,4 @@ -# $NetBSD: HUMMINGBIRD_A31,v 1.16 2014/11/08 00:32:33 jmcneill Exp $ +# $NetBSD: HUMMINGBIRD_A31,v 1.17 2014/11/09 14:11:38 jmcneill Exp $ # # HUMMINGBIRD_A31 - Merrii Hummingbird A31 # @@ -240,6 +240,25 @@ awge0 at awinio0 port ? # HDMI awinhdmi0 at awinio0 +# TCON +awintcon0 at awinio0 port 0 + +# DE-BE +awindebe0 at awinio0 port 0 + +# Framebuffer +genfb0 at awindebe0 +wsdisplay* at genfb? +#options VCONS_DRAW_INTR +options WSEMUL_VT100 +options WS_KERNEL_FG=WSCOL_GREEN +options WS_KERNEL_BG=WSCOL_BLACK +options WSDISPLAY_COMPAT_PCVT +options WSDISPLAY_COMPAT_SYSCONS +options WSDISPLAY_COMPAT_USL +options WSDISPLAY_COMPAT_RAWKBD +options WSDISPLAY_DEFAULTSCREENS=4 + # On-board USB awinusb0 at awinio0 port 0 awinusb1 at awinio0 port 1 @@ -281,4 +300,8 @@ pseudo-device pty # pseudo-terminals pseudo-device ksyms # /dev/ksyms pseudo-device lockstat # lock profiling +# wscons pseudo-devices +pseudo-device wsmux # mouse & keyboard mux +pseudo-device wsfont + cinclude "arch/evbarm/conf/HUMMINGBIRD_A31.local"