From owner-freebsd-current@FreeBSD.ORG Fri Aug 7 17:24:17 2009 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 D260C106566C; Fri, 7 Aug 2009 17:24:17 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 2C6308FC26; Fri, 7 Aug 2009 17:24:16 +0000 (UTC) Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 250993441; Fri, 07 Aug 2009 20:24:14 +0300 Message-ID: <4A7C630D.6010500@FreeBSD.org> Date: Fri, 07 Aug 2009 20:23:25 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: Juergen Lock References: <20090806184510.GA12039@triton.kn-bremen.de> <4A7B3328.5020307@FreeBSD.org> <20090806200715.GA16313@triton.kn-bremen.de> <20090806222127.GB1940@triton.kn-bremen.de> <4A7BBA52.306@samsco.org> <4A7BD57E.3040201@FreeBSD.org> <20090807170426.GA4292@triton.kn-bremen.de> In-Reply-To: <20090807170426.GA4292@triton.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, markus@FreeBSD.org Subject: Re: cdparanoia patch for ahci(4)/siis(4) (next version) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2009 17:24:18 -0000 Juergen Lock wrote: > One question remains tho: What if someone connects a sata drive > to a sas controller, will that still be XPORT_SAS then? In that case > I'd say we'd need to check for that as well, or maybe just assume there > are no `real' sas optical drives and treat everything sas as sata here... There is no precedent yet, but I think it should become XPORT_SATA. SATA and SAS drives work quite different from management point of view, especially when working with PMP/Expanders, so controller should report what exactly going on there. -- Alexander Motin