From: Corentin Labbe <clabbe@baylibre.com>
To: axboe@kernel.dk, b.zolnierkie@samsung.com
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
Corentin Labbe <clabbe@baylibre.com>
Subject: [PATCH] ata: pata_oldpiix: Add missing device ID for INTEL_82371AB
Date: Mon, 10 Dec 2018 13:46:04 +0000 [thread overview]
Message-ID: <1544449564-16557-1-git-send-email-clabbe@baylibre.com> (raw)
When playing with a virtual SPARC machine with qemu, I found that the
IDE emulated device was not probing with the ata/pata_oldpiix driver.
But with the old ide/piix, it was probed.
This is due to this PCI devid was not migrated from the old ide/piix.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
drivers/ata/pata_oldpiix.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/ata/pata_oldpiix.c b/drivers/ata/pata_oldpiix.c
index b9bf78b7d48d..63a964062865 100644
--- a/drivers/ata/pata_oldpiix.c
+++ b/drivers/ata/pata_oldpiix.c
@@ -249,6 +249,7 @@ static int oldpiix_init_one (struct pci_dev *pdev, const struct pci_device_id *e
static const struct pci_device_id oldpiix_pci_tbl[] = {
{ PCI_VDEVICE(INTEL, 0x1230), },
+ { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_82371AB), },
{ } /* terminate list */
};
--
2.19.2
next reply other threads:[~2018-12-10 13:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-10 13:46 Corentin Labbe [this message]
2018-12-10 14:52 ` [PATCH] ata: pata_oldpiix: Add missing device ID for INTEL_82371AB Sergei Shtylyov
2019-03-12 10:41 ` LABBE Corentin
2019-03-12 10:44 ` Sergei Shtylyov
2019-03-12 12:06 ` Alan Cox
2019-03-12 13:38 ` LABBE Corentin
2019-03-22 17:36 ` Alan Cox
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=1544449564-16557-1-git-send-email-clabbe@baylibre.com \
--to=clabbe@baylibre.com \
--cc=axboe@kernel.dk \
--cc=b.zolnierkie@samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).