From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] libata: Signal that our SATL supports WRITE SAME(16) with UNMAP Date: Fri, 17 Sep 2010 02:13:30 -0400 Message-ID: <4C93070A.4060003@pobox.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-qy0-f174.google.com ([209.85.216.174]:64706 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754602Ab0IQGNe (ORCPT ); Fri, 17 Sep 2010 02:13:34 -0400 In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: "Martin K. Petersen" Cc: linux-ide@vger.kernel.org, linux-scsi@vger.kernel.org On 09/10/2010 01:23 AM, Martin K. Petersen wrote: > > Until now identifying that a device supports WRITE SAME(16) with the > UNMAP bit set has been black magic. Implement support for the SBC-3 > Thin Provisioning VPD page and set the TPWS bit. > > Signed-off-by: Martin K. Petersen applied