From: Alan Cox <alan@linux.intel.com>
To: jeff@garzik.org.com, linux-kernel@vger.kernel.org,
linux-ide@vger.kernel.org
Subject: [PATCH 5/5] pata_efar: Enable PARALLEL_SCAN
Date: Wed, 17 Feb 2010 13:17:52 +0000 [thread overview]
Message-ID: <20100217131749.16884.3192.stgit@localhost.localdomain> (raw)
In-Reply-To: <20100217131532.16884.21696.stgit@localhost.localdomain>
Again originally proposed by Bartlomiej but this does it by using the
generic helper logic instead.
Signed-off-by: Alan Cox <alan@linux.intel.com>
---
drivers/ata/pata_efar.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/ata/pata_efar.c b/drivers/ata/pata_efar.c
index 2a9014c..4289db0 100644
--- a/drivers/ata/pata_efar.c
+++ b/drivers/ata/pata_efar.c
@@ -278,7 +278,8 @@ static int efar_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
dev_printk(KERN_DEBUG, &pdev->dev,
"version " DRV_VERSION "\n");
- return ata_pci_sff_init_one(pdev, ppi, &efar_sht, NULL, 0);
+ return ata_pci_sff_init_one(pdev, ppi, &efar_sht, NULL,
+ ATA_HOST_PARALLEL_SCAN);
}
static const struct pci_device_id efar_pci_tbl[] = {
next prev parent reply other threads:[~2010-02-17 13:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-17 13:15 [PATCH 1/5] libata: Pass host flags into the pci helper Alan Cox
2010-02-17 13:16 ` [PATCH 2/5] Subject: [PATCH] pata_efar: add locking for parallel scanning Alan Cox
2010-03-01 20:12 ` Jeff Garzik
2010-02-17 13:17 ` [PATCH 3/5] Subject: [PATCH] pata_atiixp: " Alan Cox
2010-02-17 13:17 ` [PATCH 4/5] pata_atiixp: enable parallel scan Alan Cox
2010-02-17 13:17 ` Alan Cox [this message]
2010-02-23 7:27 ` [PATCH 1/5] libata: Pass host flags into the pci helper Jeff Garzik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100217131749.16884.3192.stgit@localhost.localdomain \
--to=alan@linux.intel.com \
--cc=jeff@garzik.org.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.