Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf enable WSDISPLAY_CUSTOM_BORDER and WSDI...
details: https://anonhg.NetBSD.org/src/rev/9571287d6588
branches: trunk
changeset: 359851:9571287d6588
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Thu Jan 27 14:39:49 2022 +0000
description:
enable WSDISPLAY_CUSTOM_BORDER and WSDISPLAY_CUSTOM_OUTPUT to match i386 GENERIC
diffstat:
sys/arch/evbarm/conf/GENERIC | 4 +++-
sys/arch/evbarm/conf/GENERIC64 | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (46 lines):
diff -r aa43b1521a6f -r 9571287d6588 sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC Thu Jan 27 14:18:40 2022 +0000
+++ b/sys/arch/evbarm/conf/GENERIC Thu Jan 27 14:39:49 2022 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.103 2021/11/13 01:29:21 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.104 2022/01/27 14:39:49 jakllsch Exp $
#
# GENERIC ARM (aarch32) kernel
#
@@ -521,10 +521,12 @@
options VCONS_DRAW_INTR
options WSEMUL_VT100
+options WSDISPLAY_CUSTOM_OUTPUT
options WS_DEFAULT_FG=WSCOL_WHITE
options WS_DEFAULT_BG=WSCOL_BLACK
options WS_KERNEL_FG=WSCOL_GREEN
options WS_KERNEL_BG=WSCOL_BLACK
+options WSDISPLAY_CUSTOM_BORDER
options WSDISPLAY_COMPAT_PCVT
options WSDISPLAY_COMPAT_SYSCONS
options WSDISPLAY_COMPAT_USL
diff -r aa43b1521a6f -r 9571287d6588 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64 Thu Jan 27 14:18:40 2022 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64 Thu Jan 27 14:39:49 2022 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC64,v 1.191 2022/01/09 15:05:16 jmcneill Exp $
+# $NetBSD: GENERIC64,v 1.192 2022/01/27 14:39:49 jakllsch Exp $
#
# GENERIC ARM (aarch64) kernel
#
@@ -463,10 +463,12 @@
wsdisplay* at wsemuldisplaydev?
options VCONS_DRAW_INTR
options WSEMUL_VT100
+options WSDISPLAY_CUSTOM_OUTPUT
options WS_DEFAULT_FG=WSCOL_WHITE
options WS_DEFAULT_BG=WSCOL_BLACK
options WS_KERNEL_FG=WSCOL_GREEN
options WS_KERNEL_BG=WSCOL_BLACK
+options WSDISPLAY_CUSTOM_BORDER
options WSDISPLAY_COMPAT_PCVT
options WSDISPLAY_COMPAT_SYSCONS
options WSDISPLAY_COMPAT_USL
Home |
Main Index |
Thread Index |
Old Index