Re: selecting proper GOP when there are multiple GOPs

2022-06-16 Thread YASUOKA Masahiko
On Thu, 16 Jun 2022 19:37:57 +0200 (CEST) Mark Kettenis wrote: >> Date: Thu, 16 Jun 2022 23:49:05 +0900 (JST) >> From: YASUOKA Masahiko (snip) >> @@ -444,6 +445,30 @@ efi_video_init(void) >> int i, mode80x25, mode100x31; >> UINTNc

Re: selecting proper GOP when there are multiple GOPs

2022-06-16 Thread Mark Kettenis
> Date: Thu, 16 Jun 2022 23:49:05 +0900 (JST) > From: YASUOKA Masahiko > > On Thu, 16 Jun 2022 15:52:41 +0300 > Nick Henderson wrote: > > Any updates on this patch? Would love to see it included in the next > > release. > > Yes. > > I'll commit this this weekend even if I don't get no ok. >

Re: selecting proper GOP when there are multiple GOPs

2022-06-16 Thread YASUOKA Masahiko
On Thu, 16 Jun 2022 15:52:41 +0300 Nick Henderson wrote: > Any updates on this patch? Would love to see it included in the next release. Yes. I'll commit this this weekend even if I don't get no ok. ok? Index: sys/arch/amd64/stand/efiboot/efiboot.c =

selecting proper GOP when there are multiple GOPs

2022-06-16 Thread Nick Henderson
Any updates on this patch? Would love to see it included in the next release. Best, Nick

selecting proper GOP when there are multiple GOPs

2022-05-02 Thread YASUOKA Masahiko
Hello, The below diff originally posted by Alexei K. on bugs@: Garbled screen when booting with UEFI https://marc.info/?l=openbsd-bugs&m=165087969227708&w=2 The same problem had been reported periodically and we have asked to use "machine gop" to workaround it. But the diff from Alexei se