From owner-freebsd-current@freebsd.org Mon Apr 16 10:58:24 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32935F9F29D; Mon, 16 Apr 2018 10:58:24 +0000 (UTC) (envelope-from satan@ukr.net) Received: from hell.ukr.net (hell.ukr.net [212.42.67.68]) (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 B974082C0C; Mon, 16 Apr 2018 10:58:23 +0000 (UTC) (envelope-from satan@ukr.net) Received: from satan by hell.ukr.net with local ID 1f81Lq-000NYe-KY ; Mon, 16 Apr 2018 13:27:10 +0300 Date: Mon, 16 Apr 2018 13:27:10 +0300 From: Vitalij Satanivskij To: hackers@freebsd.org, freebsd-current@freebsd.org Subject: Current panic on boot on H11DSI motherboard with epyc cpu (nexus_add_irq: failed) Message-ID: <20180416102710.GA90028@hell.ukr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 16 Apr 2018 10:58:24 -0000 Hello. We have a kernel panic when loading current or 11.1 snapshot As while booting from usb steck or from hdd/ssd with installed system Kernel - GENERIC DUMP can be found here http://hell.ukr.net/panic/panic.jpg or even video record from screen http://hell.ukr.net/panic/recorder.webm Hardware is - 2x AMD EPYC 7251 Processor on Supermicro H11DSI mother board. Only way to boot system is - disable HPET in bios and set hw.pci.enable_msix=0 hw.pci.enable_msi=0 We already try different's loader.conf setting like machdep.disable_msix_migration=1 hint.hpet.0.clock=0 hint.hpet.0.per_cpu=0 #hw.pci.enable_msix=0 #hw.pci.enable_msi=0 #dev.igb.1.iflib.disable_msix=1 #dev.igb.0.iflib.disable_msix=1 #machdep.disable_msix_migration = 1 #hw.pci.msix_rewrite_table=1 #hw.pci.honor_msi_blacklist=0 In differents combination with no success. Any suggestion we can try to test? ANy additional information from ower side? Thank you.