From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 11 22:26:19 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4500E16A400 for ; Mon, 11 Jun 2007 22:26:19 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 8415C13C457 for ; Mon, 11 Jun 2007 22:26:18 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so22263uge for ; Mon, 11 Jun 2007 15:26:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=depWHAoUK9XXKOX4H3aGHVXTd6ToBXJdzHFMU4lvxMd+1pWp+3Wt22tPmSG4MdXVPcbwyQ0XjyiMXzRYCsp6691TUBkkyxu5PRfcNwRekyKrcp6UY1xTLYsP79ie45sfqdKNmwnJnDSW65RNOiOg6cTFBwCnoNbV9+duNgHNFVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W0Pa0d0vaD1PNYSv2KznZ2YaJTe3Ypv6x/NOWaqBE/KYZUhFuDNpX057cF46Zj5fWvvSX42hvga2dJaBZFlTrv1NG92nORRBdNfoQEWTy9zxYV4Fc9mQlwmmc5SC9+xMnJxwQV/g58nNjvPbmmwHQpCLnPn1kkZFx/s9qSrvoak= Received: by 10.78.147.6 with SMTP id u6mr2411710hud.1181599029818; Mon, 11 Jun 2007 14:57:09 -0700 (PDT) Received: by 10.78.163.2 with HTTP; Mon, 11 Jun 2007 14:57:09 -0700 (PDT) Message-ID: <70e8236f0706111457o46c783d8k3a18dc2c633c043b@mail.gmail.com> Date: Mon, 11 Jun 2007 22:57:09 +0100 From: "Joao Barros" To: msaad@datapipe.com In-Reply-To: <466DBF4A.90303@datapipe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <466DBF4A.90303@datapipe.com> Cc: freebsd-hackers@freebsd.org Subject: Re: HP SmartArray ( CISS ) and CAMCONTROL X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 22:26:19 -0000 Hi, I'm porting bio(4) from OpenBSD to FreeBSD and lost access to a ciss card after switching jobs. I'm starting with support for amr as I own one. Would you be willing to test patches for ciss later on? On 6/11/07, Mark Saad wrote: > Hello Hackers@ > > I have been searching around and I can not find an answer to a > problem of mine . Does anyone know if its possible > to make camcontrol show the drive health for drives in a HP SMART Array > . Currently it will show the Array heath > by running camcontrol devlist -v . > > jumpstart# camcontrol devlist -v > scbus0 on ciss0 bus 0: > at scbus0 target 0 lun 0 (pass0,da0) > at scbus0 target 1 lun 0 (pass1,da1) > scbus1 on ciss0 bus 32: > scbus-1 on xpt0 bus 0: > < > at scbus-1 target -1 lun -1 (xpt0) > > > > > > -- > Mark Saad > msaad@datapipe.com > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > -- Joao Barros