From owner-freebsd-hardware@FreeBSD.ORG Thu Jul 25 21:42:26 2013 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C302BC45 for ; Thu, 25 Jul 2013 21:42:26 +0000 (UTC) (envelope-from dieterbsd@gmail.com) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9231421A3 for ; Thu, 25 Jul 2013 21:42:26 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id xk17so2699479obc.38 for ; Thu, 25 Jul 2013 14:42:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GcuUkKFY8pJNhcak5ASW2kvq066J+MS61mn0C4FGU2A=; b=fGtkXuYPGGYd9iQTi0vfBqkspU6iomJx4LQL3mequBW4Lam7jAAGAry2ZKv3HRTgjW JHoE7JblwT2k0/fQHxdbV2yxFiam8fbcE6oKbwU7OBAwbnhir0Hauh4jhq52HbmWpvxy RMG1Z45eq/XfI956MpBf5HmKGwuNzoP60IiNQiNX8APg9ZAbRjyXHNmTHzrJfijAWHvd mfjoNgxCcEpXyJYT3bHPJX73p+CoQ745Rug0LTwxQJ8FzuQioncFVAototMngGIgxCXq ixW+9hJ9BB07L22hPAjWozYq6kFtFTl2Zv3ruwlC8fumA66SHk/Ipf1yNxrxIODFqPrH pIgg== MIME-Version: 1.0 X-Received: by 10.43.137.131 with SMTP id io3mr19932228icc.79.1374788545805; Thu, 25 Jul 2013 14:42:25 -0700 (PDT) Received: by 10.64.238.97 with HTTP; Thu, 25 Jul 2013 14:42:25 -0700 (PDT) Date: Thu, 25 Jul 2013 14:42:25 -0700 Message-ID: Subject: Re: Reset Problem with SATA Port Multiplier From: Dieter BSD To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 21:42:26 -0000 > I've heard, that only SiI3132 (2 port controller) works really well with > port multipliers > But we should wait answer from Alexander Motin (mav@) to be sure :) I've heard the theory that you are better off matching a Silicon Image port multiplier with a Silicon Image controller (e.g. 3132 or 3124), but with no data to back it up. For me, the Sil3726 pm seems to work as well with JMB363 (achi(4)) controller as with Sil3132 (siis(4)). My theory is that as long as everything is working normally, it works fine. But if you get some glitch (caused by hardware, firmware, whatever), the recovery may not be as smooth as it should be, or it may not recover at all. Anyone have a way to inject various SATA faults on demand? BTW, would the -drivers list be a better place to discuss this?