CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/04/18 04:24:32
Modified files: sys/dev/wscons : wskbd.c Log message: Try to get the layout from the default mux when attaching a console keyboard late. This makes keyboard re-attaching due to the machdep.forceukbd sysctl(2) respect /etc/kbdtype. Issue reported by Artturi Alm, jmc@ and landry@. ok kettenis@