From patchwork Thu Oct 13 14:03:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 119532 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C554DB6F7B for ; Fri, 14 Oct 2011 01:04:26 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755423Ab1JMOEG (ORCPT ); Thu, 13 Oct 2011 10:04:06 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:37973 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753122Ab1JMOEF (ORCPT ); Thu, 13 Oct 2011 10:04:05 -0400 Received: by eye27 with SMTP id 27so35181eye.19 for ; Thu, 13 Oct 2011 07:04:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:mime-version:content-type :content-transfer-encoding:message-id; bh=isnwUpiGYGQchUUytBsl0/5tMARr8VgP1Ll64SQqW4Q=; b=Bqx5cQLMDgOCY41FMeKMzUfCxJUH9m8y/BUKZ6J8KsFrlRf+LG1L4tZrJPgTU7XB/A mLP3a7F2ZGo1O/EJKLDJpfW/sJ/jHMqeyIIEKCLb2e17dpTg2AOasGRrqFZYuKeW8ZSn TC21EqMFSwznulMtfBjCHCIhehVJwy7vxEmpg= Received: by 10.223.81.205 with SMTP id y13mr6249400fak.34.1318514643926; Thu, 13 Oct 2011 07:04:03 -0700 (PDT) Received: from linux-mhg7.site (89-74-122-41.dynamic.chello.pl. [89.74.122.41]) by mx.google.com with ESMTPS id r16sm10060585fam.8.2011.10.13.07.04.02 (version=SSLv3 cipher=OTHER); Thu, 13 Oct 2011 07:04:02 -0700 (PDT) From: Bartlomiej Zolnierkiewicz To: Jeff Garzik Subject: [PATCH 2/2] pata_oldpiix: enable parallel scan Date: Thu, 13 Oct 2011 16:03:34 +0200 User-Agent: KMail/1.13.6 (Linux/2.6.37.6-0.7-desktop-dirty; KDE/4.6.0; x86_64; ; ) Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Message-Id: <201110131603.34443.bzolnier@gmail.com> Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org From: Bartlomiej Zolnierkiewicz Subject: [PATCH] pata_oldpiix: enable parallel scan Signed-off-by: Bartlomiej Zolnierkiewicz --- earlier references: https://lkml.org/lkml/2011/2/8/111 https://lkml.org/lkml/2010/2/18/275 drivers/ata/pata_oldpiix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: b/drivers/ata/pata_oldpiix.c =================================================================== --- a/drivers/ata/pata_oldpiix.c +++ b/drivers/ata/pata_oldpiix.c @@ -258,7 +258,8 @@ static int oldpiix_init_one (struct pci_ ata_print_version_once(&pdev->dev, DRV_VERSION); - return ata_pci_bmdma_init_one(pdev, ppi, &oldpiix_sht, NULL, 0); + return ata_pci_bmdma_init_one(pdev, ppi, &oldpiix_sht, NULL, + ATA_HOST_PARALLEL_SCAN); } static const struct pci_device_id oldpiix_pci_tbl[] = {