CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2018/08/24 18:12:14
Modified files: sys/arch/arm64/stand/efiboot: efiboot.c sys/arch/armv7/stand/efiboot: efiboot.c Log message: Don't treat UnicodeChar == 0 as a keyboard input. The same fix was done on amd64 already. Original diff from Frank Groeneveld ok tb patrick