From owner-freebsd-usb@freebsd.org Tue Aug 28 19:05:12 2018 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2791F1095644 for ; Tue, 28 Aug 2018 19:05:12 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B91C492AB4 for ; Tue, 28 Aug 2018 19:05:11 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 64F412602FE; Tue, 28 Aug 2018 21:05:03 +0200 (CEST) Subject: Re: Is FreeBSD-current XHCI 1.1 compliant? To: Rajesh Kumar Cc: freebsd-usb@freebsd.org References: <679a5fd9-a3ee-b4a6-8a0c-6a1a7b850154@selasky.org> <7683a29a-2323-69ec-8f98-094980de62e7@selasky.org> From: Hans Petter Selasky Message-ID: Date: Tue, 28 Aug 2018 21:04:38 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2018 19:05:12 -0000 On 8/28/18 6:41 PM, Rajesh Kumar wrote: > Hi Hans, > > We have tried using a SSD disk with a USB 3.1 gen 2 to SATA bridge device > (XHCI 1.1). The disk is detected and usable. But seems it works in > "Bulk-Only" mode. Is there any plans to support USB attached SCSI? I see a > tunable "hw.usb.xhci.streams" to enable USB streams. But seems it does > nothing much. Hi, Streams mode is disabled by default (hw.usb.xhci.streams=0) and we have no drivers using it :-( --HPS