From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 7 13:50:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FC8DBCF for ; Fri, 7 Feb 2014 13:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 592051E20 for ; Fri, 7 Feb 2014 13:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s17Do1Pi041824 for ; Fri, 7 Feb 2014 13:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s17Do1vl041823; Fri, 7 Feb 2014 13:50:01 GMT (envelope-from gnats) Date: Fri, 7 Feb 2014 13:50:01 GMT Message-Id: <201402071350.s17Do1vl041823@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Jason Bacon Subject: Re: ports/179321: New port: sysutils/storcli SAS MegaRAID FreeBSD StorCLI X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Jason Bacon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 13:50:01 -0000 The following reply was made to PR ports/179321; it has been noted by GNATS. From: Jason Bacon To: bug-followup@FreeBSD.org, h-fujishima@sakura.ad.jp Cc: Subject: Re: ports/179321: New port: sysutils/storcli SAS MegaRAID FreeBSD StorCLI Date: Fri, 07 Feb 2014 07:47:45 -0600 Heads-up: Support for StorCli is going to be a bit complicated. First, there are two separate but overlapping StorCli branches; "MR" for standard MegaRAID and "NMR" for Nytro MegaRAID products. Also, the latest versions seem to have dropped support for some chipsets, even though the supported hardware lists only show new ones added. Maybe these are just bugs that should be reported to LSI. For our Dell PERC H700, the MR v1.02.08 works best and NMR 1.01.75 works partially. Later versions don't work at all. Following the examples from PRs 179321 and 184922, I made separate ports for all currently available versions of StorCli. They're available in the work-in-progress ports collection, see http://sourceforge.net/p/freebsdwip/wiki/Home/. Note that LSI has made a lot of changes to the naming conventions and directory structure of the distfiles, so the ports differ by a lot more than just PORTVERSION. Note also that x11/nvidia-driver deals with the same version/chipset support issues. It might be worth looking at how they handle it. Regards, Jason