From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 25 01:30:43 2013 Return-Path: Delivered-To: freebsd-hackers@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 ESMTP id 98F69EBD; Fri, 25 Oct 2013 01:30:43 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-oa0-x22c.google.com (mail-oa0-x22c.google.com [IPv6:2607:f8b0:4003:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 542552E35; Fri, 25 Oct 2013 01:30:43 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id l20so335918oag.3 for ; Thu, 24 Oct 2013 18:30:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+P8HW50HZZFRxxExhpi8wuOYVb/RkpPB0zE8Jt+O9rE=; b=n0rCwZ8FwRVexMuT+0QogkolS6e/AdALTRYWmGLyKTfgTae3TwcUm9R9Ztz5WFRG8F Jvt0IrLVaRCBH7TvIQZ8nntg3x0iADjLE05XIvEikD0E5FlQn3gMiNsz6w8r9D/4IBEw oYIzZ3EuI9DK5pi07Kq2/xo8ONHdXF0a2aaXSpm7B7AFqzEMWQu1JQY5vAN0H0Rh/dnx DPC2waqDO9Wf0Ms2PBfgUSYONvx7o1aCEeMl8bwfSOq8qilq+MQoYfQGQVsqqsjANuDW nGTvhoioEwPKG5vwSeMfILHn1DaEOBaNjcd7sKCXTCZw9A8vjidSrzmpibcvCbtHUGbA Bu9g== MIME-Version: 1.0 X-Received: by 10.182.213.97 with SMTP id nr1mr986707obc.48.1382664642461; Thu, 24 Oct 2013 18:30:42 -0700 (PDT) Received: by 10.76.19.115 with HTTP; Thu, 24 Oct 2013 18:30:42 -0700 (PDT) In-Reply-To: <1382664264.2498.10.camel@localhost> References: <82839443-30E1-4243-A82C-E0AA12E56607@gsoft.com.au> <1382664264.2498.10.camel@localhost> Date: Thu, 24 Oct 2013 21:30:42 -0400 Message-ID: Subject: Re: How to blink a sas drive light? From: Outback Dingo To: sbruno@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Adam Vande More , FreeBSD Hackers , Achim Patzner X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 01:30:43 -0000 On Thu, Oct 24, 2013 at 9:24 PM, Sean Bruno wrote: > On Thu, 2013-10-24 at 21:11 -0400, Outback Dingo wrote: > > > > > > What driver does it use? > > > mfiutil has a locate command, I've never used it though. I have used > > > /dev/led for AHCI but I don't think mfi(4) hooks into the led(4) API > > > (sadly). > > > > > > > > its using the mps driver...... and im not so sure mfiutil works with > > the > > newer controllers its way out of date > > mfiutil --> mfi(4) raid controller. Not what you have. > > There's no direct mps(4) tool in FreeBSD, but LSI *does* have something > on their website you can use for Science on FreeBSD. I just don't know > what controller you have, so I couldn't look directly. > > > http://www.lsi.com/support/pages/download-search.aspx LSI SAS 9211-8i Controller...... thanks for the link, what asset type or utility am i looking for ? > > > sean > >