From owner-freebsd-hardware@FreeBSD.ORG Tue Dec 1 12:13:56 2009 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 837D9106566B for ; Tue, 1 Dec 2009 12:13:56 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0E82B8FC16 for ; Tue, 1 Dec 2009 12:13:55 +0000 (UTC) Received: by bwz5 with SMTP id 5so3377757bwz.3 for ; Tue, 01 Dec 2009 04:13:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=VP5ufh95+LoJnp/CLFMcrxW2tIEvgKkoNWvC2XM8pJE=; b=hj3LZ8QcvD4GGwKFGL8A0hYM5FQBRu4h+B6HEeqeHC6dXY16nw09L2Pb3tMW3UKL9L FrdWLNQKilD5i6m6q/aKLlqiecdZ9nT7CBBwOx7R6IuGy21UOQt0o+bLb9VaBLBsd/rj n2QHbTIkhprncxhADT+oMKJT7VzeE/FM+TsGo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=YQ81RnV+HATZLjA3t+aB/1q94SmpXyOARbQjRNwBcMTUaDI7hcv/0ROcuJt0pIWQwO qsnguVNo563MgVwlfKXHFcJ9TlpOsWIc/FDiZfT6dSyW/g+ccSoCjQURi3b4Ash+k9zP 74wTqOOVlmX0wdOxDPpFBIAzJajgI/BSwqSC4= Received: by 10.204.29.22 with SMTP id o22mr861626bkc.78.1259669635033; Tue, 01 Dec 2009 04:13:55 -0800 (PST) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 14sm21309fxm.3.2009.12.01.04.13.54 (version=SSLv3 cipher=RC4-MD5); Tue, 01 Dec 2009 04:13:54 -0800 (PST) Sender: Alexander Motin Message-ID: <4B150880.9070503@FreeBSD.org> Date: Tue, 01 Dec 2009 14:13:52 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20090901) MIME-Version: 1.0 To: Stephane LAPIE References: <1259569383.00188602.1259557802@10.7.7.3> <1259587382.00188660.1259574004@10.7.7.3> In-Reply-To: <1259587382.00188660.1259574004@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org Subject: Re: Marvell MV88SX6081 on FreeBSD 8.0-RELEASE X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2009 12:13:56 -0000 Stephane LAPIE wrote: > Dieter wrote: >> In message <4B13159D.9010504@darkbsd.org>, Stephane LAPIE writes: >> And there are these, which you didn't mention: >>> ad1: FAILURE - SET_MULTI status=3D51 error=3D4 >>> ad12: FAILURE - SET_MULTI status=3D51 error=3D4 >> (No, I don't know what that means, sorry.) > > Ah, actually I do have an idea as to what these are about : These two > disks are SSDs I'm using in my ZFS pool as cache devices. So I guess > this is the kind of error that says "I tried to use an access mode this > device was not designed for". It is probably result of bug in ata(4) code. It was fixed recently by r199749. It is not critical when drive operates in DMA mode. -- Alexander Motin