Date: Thu, 15 Dec 2016 14:33:30 +0200 From: Konstantin Belousov <kostikbel@gmail.com> To: Slawa Olhovchenkov <slw@zxy.spb.ru> Cc: freebsd-current@freebsd.org Subject: Re: Enabling NUMA in BIOS stop booting FreeBSD Message-ID: <20161215123330.GQ94325@kib.kiev.ua> In-Reply-To: <20161215105118.GK98176@zxy.spb.ru> References: <20161213172529.GC54029@kib.kiev.ua> <20161213174345.GB98176@zxy.spb.ru> <20161214095350.GE94325@kib.kiev.ua> <20161214102711.GF94325@kib.kiev.ua> <20161214105211.GC98176@zxy.spb.ru> <20161214113927.GG94325@kib.kiev.ua> <20161214121336.GD98176@zxy.spb.ru> <20161214152627.GF98176@zxy.spb.ru> <20161214190349.GJ94325@kib.kiev.ua> <20161215105118.GK98176@zxy.spb.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 15, 2016 at 01:51:18PM +0300, Slawa Olhovchenkov wrote: > On Wed, Dec 14, 2016 at 09:03:49PM +0200, Konstantin Belousov wrote: > > > So my opinion did not changed, this sounds like firmware problem. > > I do not see how can I drill into it more. > > I am don't know how it related. msgbufp mapped different with and w/o > memory test: > > w/o memory test, hang: > msgbufp=0xfffff8207ff00000 pa_indx=7 phys_avail[pa_indx]=207ff00000 > > w/ memory test, boot: > msgbufp=0xfffff8203ff00000 pa_indx=7 phys_avail[pa_indx]=203ff00000 Interesting. Can you show me - the output of the smap command from the loader (yes, I know it was already shown, I want it in the same mail as the data below for convenience); - the output of sysctl machdep.smap after the succesfull boot with the memtest enabled. Possibly, the dmesg of the boot (with late_console=0) with this and only this patch applied against stock HEAD. This might be long. diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 682307f5fe4..072c8d76acf 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -1400,6 +1400,7 @@ getmemsize(caddr_t kmdp, u_int64_t first) */ *(int *)ptr = tmp; +if (page_bad) printf("pb 0x%lx\n", pa); skip_memtest: /* * Adjust array of valid/good pages.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161215123330.GQ94325>