artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
608f8b1
)
Add wsdisplay options needed for X and VT switching.
author
kettenis
<kettenis@openbsd.org>
Sun, 17 Dec 2017 12:57:32 +0000
(12:57 +0000)
committer
kettenis
<kettenis@openbsd.org>
Sun, 17 Dec 2017 12:57:32 +0000
(12:57 +0000)
ok patrick@
sys/arch/arm64/conf/GENERIC
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/conf/GENERIC
b/sys/arch/arm64/conf/GENERIC
index
3b9649b
..
b46a2d4
100644
(file)
--- a/
sys/arch/arm64/conf/GENERIC
+++ b/
sys/arch/arm64/conf/GENERIC
@@
-1,4
+1,4
@@
-# $OpenBSD: GENERIC,v 1.4
3 2017/12/16 14:15:56
kettenis Exp $
+# $OpenBSD: GENERIC,v 1.4
4 2017/12/17 12:57:32
kettenis Exp $
#
# GENERIC machine description file
#
@@
-75,6
+75,10
@@
viomb* at virtio?
viornd* at virtio?
vioscsi* at virtio?
+option WSDISPLAY_COMPAT_USL # VT handling
+option WSDISPLAY_COMPAT_RAWKBD # provide raw scancodes; needed for X11
+option WSDISPLAY_DEFAULTSCREENS=6 # initial number of text consoles
+
simplefb* at fdt?
wsdisplay* at simplefb?