Re: EFIRT on machines with pcid after r337773

2018-08-15 Thread Vladimir Zakharov
On Wed, Aug 15, 2018, Konstantin Belousov wrote: > If you use UEFI boot, have EFIRT compiled in kernel (the case of > GENERIC) or pre-loaded as module, and efirt is not disabled by a tunable, > and the machine resets during kernel initialization, try this. > Patch fixed boot hanging for me on HP

Re: EFIRT on machines with pcid after r337773

2018-08-15 Thread Harry Schmalzbauer
Am 15.08.2018 um 00:17 schrieb Konstantin Belousov: If you use UEFI boot, have EFIRT compiled in kernel (the case of GENERIC) or pre-loaded as module, and efirt is not disabled by a tunable, and the machine resets during kernel initialization, try this. diff --git a/sys/amd64/amd64/pmap.c b/sys/

Re: EFIRT on machines with pcid after r337773

2018-08-15 Thread O. Hartmann
On Wed, 15 Aug 2018 01:17:55 +0300 Konstantin Belousov wrote: > If you use UEFI boot, have EFIRT compiled in kernel (the case of > GENERIC) or pre-loaded as module, and efirt is not disabled by a tunable, > and the machine resets during kernel initialization, try this. > > diff --git a/sys/amd64

Re: EFIRT on machines with pcid after r337773

2018-08-14 Thread Oliver Pinter
Hi! Seems like this patch fixed the boot issue on Dell e5440 with UEFI. Once you get to MFC, please X-MFC-with the following patch: commit dfe1112fa878c5d8fa0605d1de10c96ecc993569 Author: rlibby Date: Fri Jul 21 17:11:36 2017 + __pcpu: gcc -Wredundant-decls Pollution from counte

EFIRT on machines with pcid after r337773

2018-08-14 Thread Konstantin Belousov
If you use UEFI boot, have EFIRT compiled in kernel (the case of GENERIC) or pre-loaded as module, and efirt is not disabled by a tunable, and the machine resets during kernel initialization, try this. diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index d5d795ab502..c9334eab916 1006