From owner-freebsd-current@freebsd.org Sat Nov 26 21:59:18 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96817C57C7B for ; Sat, 26 Nov 2016 21:59:18 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8121BD5 for ; Sat, 26 Nov 2016 21:59:18 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 7D7DAC57C7A; Sat, 26 Nov 2016 21:59:18 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D1FBC57C79 for ; Sat, 26 Nov 2016 21:59:18 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3ECE0D4 for ; Sat, 26 Nov 2016 21:59:18 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1cAl08-00096k-9u; Sun, 27 Nov 2016 00:59:16 +0300 Date: Sun, 27 Nov 2016 00:59:16 +0300 From: Slawa Olhovchenkov To: Adrian Chadd Cc: "current@freebsd.org" Subject: Re: Enabling NUMA in BIOS stop booting FreeBSD Message-ID: <20161126215916.GK99742@zxy.spb.ru> References: <20161126092124.GM57876@zxy.spb.ru> <20161126173753.GH99742@zxy.spb.ru> <20161126183943.GI99742@zxy.spb.ru> <20161126215139.GJ99742@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 21:59:18 -0000 On Sat, Nov 26, 2016 at 01:55:14PM -0800, Adrian Chadd wrote: > ok, hm. then i don' know offhand, not without putting in printf debugging. :) I am not expert in this code, I am need you patches for printf debugging. > On 26 November 2016 at 13:51, Slawa Olhovchenkov wrote: > > On Sat, Nov 26, 2016 at 01:49:00PM -0800, Adrian Chadd wrote: > > > >> Ok. So boot verbose and let's see what it says. > > > > See first message: it's already verbose boot. > > Yes, only 3 lines. > > > >> > >> On 26 November 2016 at 10:39, Slawa Olhovchenkov wrote: > >> > On Sat, Nov 26, 2016 at 09:44:49AM -0800, Adrian Chadd wrote: > >> > > >> >> The ACPI SRAT parsing code - sys/x86/acpica/srat.c . > >> >> > >> >> I'd start by enabling bootverbose - adds one echo (SLIT.Localities and > >> >> the table); adds CPU affinity info (legacy, XAPIC, ACPI) and other > >> >> locality stuff. > >> > > >> > I am use r308809 of HEAD.