From owner-freebsd-current@freebsd.org Sat Nov 26 17:44:51 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 88817C57484 for ; Sat, 26 Nov 2016 17:44:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 68C4AD0E for ; Sat, 26 Nov 2016 17:44:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 680D4C57483; Sat, 26 Nov 2016 17:44:51 +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 67AB0C57482 for ; Sat, 26 Nov 2016 17:44:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3299FD0D for ; Sat, 26 Nov 2016 17:44:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-io0-x231.google.com with SMTP id m5so30534191ioe.3 for ; Sat, 26 Nov 2016 09:44:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=xgxVjkecYc1fU1HK4l/c42kzxk1e/ui9rzTpJpBQbQg=; b=GFSNJwiHi5iLNvIvh6HCFMTSveaXHaejZLMgQIEAK4gSstB4B/1DlpveVs7szrVr1V TPSZfwcXXKdpMt5qY3jzr7Pmc/9HYy6Sn2gyZ3lSW8Bk8xyXFl158dnQmf/uC4MgdVWU bjA1YWdSP7HBxNx9hOAIyguofCSQ4TrLYYk5nKSy9lalzu4p78dXL3SWqieN8cwlFPil myuqSpLKpGJvtUhXqBgB+7A9Mm00QfKutvr2VnZRhT3d6E5YXxDkUAJPd6P++i2/s0rE DU24OVj+XZ52XaX9NNJ47whbys3J1Z1P4wyekTAkWkodmUMUcweY3+KOCe/Gt0/FyM75 qdiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=xgxVjkecYc1fU1HK4l/c42kzxk1e/ui9rzTpJpBQbQg=; b=AR6KcLFxUMr7b1n5iLgaoWqf+GpkRBpQwx0uebuofM0io45wBSbyliuiox1C0ruRpc gZtKHCm/QkBdrMQNBuonNAIaIRWImE8ISbmy/JNoYYWCM7pqjPxVcj00E4JZo9bzj0nU UDPv7N/zFxFcmEXbrJfFf0KMvPJ5G1K+pnE+2HJGstSL5U/uNippcIV+6OL4oHLQ17+8 FufIpjBCdMkRtnnH4xyc7o8/WP5JbY0FASHOqqQgou4pTJIpFigZgP6sYK48sdoBpPQl +WQDgfE/sup9wffjAfEIwHIIy6gRF2f4vsIIAcbpluxcYUBRbNJ03KhyRYidsEIn3heb I7UA== X-Gm-Message-State: AKaTC03z9u4qugR9h6K/zliPH62X+zpLydsaisivwwyY4KUz9d9K+g2nMTTksG7OoBI8b4gB0fn8KDTAWv3piw== X-Received: by 10.107.192.194 with SMTP id q185mr11205733iof.129.1480182290605; Sat, 26 Nov 2016 09:44:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.36.39.134 with HTTP; Sat, 26 Nov 2016 09:44:49 -0800 (PST) In-Reply-To: <20161126173753.GH99742@zxy.spb.ru> References: <20161126092124.GM57876@zxy.spb.ru> <20161126173753.GH99742@zxy.spb.ru> From: Adrian Chadd Date: Sat, 26 Nov 2016 09:44:49 -0800 Message-ID: Subject: Re: Enabling NUMA in BIOS stop booting FreeBSD To: Slawa Olhovchenkov Cc: "current@freebsd.org" Content-Type: text/plain; charset=UTF-8 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 17:44:51 -0000 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. -adrian On 26 November 2016 at 09:37, Slawa Olhovchenkov wrote: > On Sat, Nov 26, 2016 at 09:35:08AM -0800, Adrian Chadd wrote: > >> It may be something to do with memory topology parsing. Maybe we need >> some more debugging there to try and catch it. > > What debug you need? > >> On 26 November 2016 at 01:21, Slawa Olhovchenkov wrote: >> > I am try to enable NUMA in bios and can't boot FreeBSD. >> > Boot stoped after next messages: >> > >> > === >> > Booting... >> > KDB: debugger backends: ddb >> > KDB: current backend: ddb >> > === >> > >> > This is verbose boot. >> > No reaction to ~^B, NMI. >> > >> > Same for head and 10.3-RELEASE. >> > >> > Hardware is Supermicro X10DRi, Dual E5-2650v4, 256GB RAM. >> > >> > On slight different hardware >> > (Supermicro X10DRi w/ old BIOS, Dual E5-2640v3, 128GB RAM) >> > 10.3 boot ok w/ BIOS NUMA enabled. >> > >> > _______________________________________________ >> > freebsd-current@freebsd.org mailing list >> > https://lists.freebsd.org/mailman/listinfo/freebsd-current >> > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"