From owner-freebsd-current@FreeBSD.ORG Wed Apr 9 22:37:04 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57D1D106564A for ; Wed, 9 Apr 2008 22:37:04 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id DBF468FC1B for ; Wed, 9 Apr 2008 22:37:03 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m39MLD347699 for freebsd-current@freebsd.org; Wed, 9 Apr 2008 15:21:13 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id WAA20895; Wed, 9 Apr 2008 22:19:40 GMT Message-Id: <200804092219.WAA20895@sopwith.solgatos.com> To: freebsd-current@freebsd.org Date: Wed, 09 Apr 2008 15:19:40 +0100 From: Dieter X-Mailman-Approved-At: Thu, 10 Apr 2008 00:30:36 +0000 Subject: SATA port multiplier support ready yet? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 22:37:04 -0000 > They are only supported at the moment by controllers that are > intelligent enough to hide the details of how they work from > the OS. The SiI family probably doesn't fall into this category. > I'm working on this as part of a larger SATA/SAS/SCSI/FC overhaul, > but it'll be a few months before there are any results. It has been a few months, any news on port multiplier support? If not, how does this "intelligent enough to hide the details" stuff work? Does the controller lie to the OS and say "I have 6 ports" rather than "I have 2 ports" and then the device says "I'm a 5:1 portmultiplier"? Is there a magic string one can search for to find these intelligent controllers?