From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Subject: Re: [PATCH 01/20] ata_piix: SITRE handling fix Date: Tue, 8 Feb 2011 14:02:20 +0100 Message-ID: References: <20110208122314.19110.4092.sendpatchset@linux-mhg7.site> <20110208122337.19110.8889.sendpatchset@linux-mhg7.site> <20110208130416.675181fe@lxorguk.ukuu.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-qw0-f46.google.com ([209.85.216.46]:53841 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753645Ab1BHNCV (ORCPT ); Tue, 8 Feb 2011 08:02:21 -0500 In-Reply-To: <20110208130416.675181fe@lxorguk.ukuu.org.uk> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Alan Cox Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org On Tue, Feb 8, 2011 at 2:04 PM, Alan Cox wrote: > On Tue, 08 Feb 2011 13:23:37 +0100 > Bartlomiej Zolnierkiewicz wrote: > >> >From 7b6d27a9d65fef8795fdeee3733316450f840aa6 Mon Sep 17 00:00:00 2001 >> From: Bartlomiej Zolnierkiewicz >> Date: Tue, 8 Feb 2011 12:39:24 +0100 >> Subject: [PATCH 01/20] ata_piix: SITRE handling fix >> >> Set SITRE bit also in master-only configurations. > > Why ? Mainly to match other PIIX-alike drivers and make further changes easier..