Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-13 Thread Lev Serebryakov
is detected as `atkbd` (keyboard in loader works!) -- // Lev Serebryakov ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-13 Thread Lev Serebryakov
efore it is detected as `atkbd` (keyboard in loader works!) try to rebuild your kernel with the attached patch. Nope, same panic after cold (power-cycle) boot. -- // Lev Serebryakov ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.

vt: efifb / fb+kms resolutions and fonts — how to?

2021-05-13 Thread Lev Serebryakov
smooth), "text resolution" is 80x25 still! Adding "screen.font="16x32"" into "/boot/loader.conf" doesn't change anything. Is it possible to have EFIFB resolution 1920x1080, but small font and lot of "text resolution" from early boot o

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-13 Thread Lev Serebryakov
On 13.05.2021 16:40, Henri Hennebert wrote: try to rebuild your kernel with the attached patch.   Nope, same panic after cold (power-cycle) boot. Can you try with "DELAY(50);" to see if this is a path to dig further. It helps with panic! -- // Lev S

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-13 Thread Lev Serebryakov
rtsx0: Interrupt card inserted/removed rtsx0: Card absent rtsx0: Card absent pcib3: at device 28.1 on pci0 pci3: on pcib3 (no visible pause between two "Card absent" lines). -- // Lev Serebryakov ___ freebsd-current@freebsd.org mailing list h

Re: vt: efifb / fb+kms resolutions and fonts — how to?

2021-05-13 Thread Lev Serebryakov
minal size. This font is also passed to kernel and used as default font. Gotcha! It is what I needed, thank you. "8x14" looks right! -- // Lev Serebryakov ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinf

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-13 Thread Lev Serebryakov
0: Interrupt card inserted/removed rtsx0: Card present rtsx0: A card is detected mmc0: on rtsx0 pcib3: at device 28.1 on pci0 ... mmcsd0: 16GB at mmc0 50.0MHz/4bit/2048-block ... No visible delays in both cases. Both boots are "cold", with AC c

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-13 Thread Lev Serebryakov
gable", as keyboard is working in ddb and crash dump could be created. And I'm not sure, that GIANT in 2021 is good thing. -- // Lev Serebryakov ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-cu

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-14 Thread Lev Serebryakov
On 14.05.2021 11:22, Henri Hennebert wrote: Please test the 2.0h version from GitHub. Cold Boot with card: OK Card removal after boot: OK Cold Boot without card:OK Card insertion after boot: OK It is with 14-CURRENT n246524-95a74ab4fb0 -- // Lev Serebryakov

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-14 Thread Lev Serebryakov
inserted/removed May 14 16:01:27 supernovo kernel: rtsx0: Card absent May 14 16:01:27 supernovo kernel: mmc0: detached You insert card, driver thinks you remove it :) -- // Lev Serebryakov ___ freebsd-current@freebsd.org mailing list https

Re: Did clang 14 lose some intrinsics support?

2022-09-26 Thread Lev Serebryakov
intrinsics) can pessimize code. Sometimes it is valuable to know exactly where AVX is used. I don't have examples on hands, but I've seen situations, when autovectorized code was much slower than scalar code. -- // Lev Serebryakov

<    1   2   3   4   5