From owner-freebsd-bugs@freebsd.org Mon Aug 20 16:51:56 2018 Return-Path: Delivered-To: freebsd-bugs@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 5DBBE10757EB for ; Mon, 20 Aug 2018 16:51:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D8B43770BC for ; Mon, 20 Aug 2018 16:51:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9A54210757EA; Mon, 20 Aug 2018 16:51:55 +0000 (UTC) Delivered-To: bugs@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 5EAD510757E9 for ; Mon, 20 Aug 2018 16:51:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2A5F770B6 for ; Mon, 20 Aug 2018 16:51:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 5D3BB25FB1 for ; Mon, 20 Aug 2018 16:51:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w7KGps2A042361 for ; Mon, 20 Aug 2018 16:51:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w7KGpsE3042360 for bugs@FreeBSD.org; Mon, 20 Aug 2018 16:51:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 230779] Broadcom 9480 (using SAS3516) requires newer mrsas and not mpr in kernel Date: Mon, 20 Aug 2018 16:51:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: adamz@olympustechgroup.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2018 16:51:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230779 Bug ID: 230779 Summary: Broadcom 9480 (using SAS3516) requires newer mrsas and not mpr in kernel Product: Base System Version: 11.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: adamz@olympustechgroup.com Broadcom 9480 (using SAS3516) does not currently work within the 11.2-Relea= se.=20 The native source and kernel modules included seem to be out of date. This card also seems to require the use of MRSAS and not MPR as the FreeBSD documentation indicates. From a kernel module perspective it was mrsas.ko = and the loader.conf configuration enabling that module that would get the controller to work. Upon booting a machine to the installer iso with hard drives connected to t= he raid controller (mirrored pair), nothing is found. I had created a forum p= ost (https://forums.freebsd.org/threads/broadcom-9480-sas3516-and-freebsd-11-2-= release.66687/) while I was initially troubleshooting this and what it came down to was tha= t I had to update either the source in the kernel and rebuild it or rebuild a custom kernel with all of the Broadcom references removed and update the ke= rnel modules.=20=20 I was successfully able to get a system working (if the OS hard drive is not connected to the raid controller) by rebuilding the kernel and using the MR_FREEBSD_DRIVER_MRSAS_7.5-07.705.01.00.tgz package downloaded from Broadc= om directly. There may be a newer version available now but that was the pack= age that I had used while troubleshooting. Without creating a custom installation iso to allow installation on an OS d= rive that is connected to the raid controller I'm not sure how to get around th= is. --=20 You are receiving this mail because: You are the assignee for the bug.=