Date: Mon, 28 Jan 2019 10:16:28 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 211771] kernel panic when loading ix interface ( was kernel panic on boot PowerEdge R720xd ) Message-ID: <bug-211771-227-zlVRqa3KBo@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211771-227@https.bugs.freebsd.org/bugzilla/> References: <bug-211771-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211771 --- Comment #20 from Krzysztof Galazka <krzysztof.galazka@intel.com> --- (In reply to Kevin H. Patterson from comment #19) You could try to disable the driver by setting hints as described here: https://www.freebsd.org/doc/handbook/device-hints.html The driver will still load but it won't attach to devices so the panic shou= ld not happen. Every port have to be disabled separately, so in case of dual p= ort card you should try: set hint.ix.0.disabled=3D1 set hint.ix.1.disabled=3D1 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211771-227-zlVRqa3KBo>