From owner-freebsd-stable@freebsd.org Tue Sep 13 12:11:41 2016 Return-Path: Delivered-To: freebsd-stable@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 E8C56BD75EF for ; Tue, 13 Sep 2016 12:11:41 +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 D3A41223 for ; Tue, 13 Sep 2016 12:11:41 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: by mailman.ysv.freebsd.org (Postfix) id CF507BD75ED; Tue, 13 Sep 2016 12:11:41 +0000 (UTC) Delivered-To: stable@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 CED78BD75EC for ; Tue, 13 Sep 2016 12:11:41 +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 91903221; Tue, 13 Sep 2016 12:11:41 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1bjmYn-000Mac-8V; Tue, 13 Sep 2016 15:11:33 +0300 Date: Tue, 13 Sep 2016 15:11:33 +0300 From: Slawa Olhovchenkov To: Andriy Gapon Cc: Konstantin Belousov , stable@FreeBSD.org Subject: Re: X2APIC support Message-ID: <20160913121133.GX34394@zxy.spb.ru> References: <20160904151415.GE83214@kib.kiev.ua> <20160904162926.GF83214@kib.kiev.ua> <358ed414-9da6-ac29-55fc-6d7be680c2ce@FreeBSD.org> <20160912093905.GP34394@zxy.spb.ru> <20160912164412.GS34394@zxy.spb.ru> <5662c700-f139-4754-8693-7adc0f2657be@FreeBSD.org> <20160912175348.GV34394@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-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 12:11:42 -0000 On Tue, Sep 13, 2016 at 03:04:13PM +0300, Andriy Gapon wrote: > On 12/09/2016 20:53, Slawa Olhovchenkov wrote: > > boot_cpu_id = 255 > > I think that this points towards the BIOS not configuring the BSP LAPIC > correctly when you select that combination of BIOS options. > That's weird, but I fail to find any other explanation. > > If wonder what would happen if you disable X2APIC_OPT_OUT and set > hw.x2apic_enable=0 in loader.conf or at the loader prompt. Boot OK w/o hw.x2apic_enable=0, only with disable X2APIC_OPT_OUT.