From: Andrew Morton <akpm@osdl.org>
To: Jeff Garzik <jeff@garzik.org>
Cc: Linus Torvalds <torvalds@osdl.org>,
linux-ide@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
Peer Chen <pchen@nvidia.com>
Subject: Re: [git patches] libata: some last minute PCI IDs
Date: Thu, 2 Nov 2006 15:33:37 -0800 [thread overview]
Message-ID: <20061102153337.7e7c3e06.akpm@osdl.org> (raw)
In-Reply-To: <20061102230301.GA29659@havoc.gtf.org>
On Thu, 2 Nov 2006 18:03:01 -0500
Jeff Garzik <jeff@garzik.org> wrote:
>
> Please pull from 'upstream-linus' branch of
> master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git upstream-linus
>
> to receive the following updates:
>
> drivers/ata/ahci.c | 8 ++++++++
> drivers/ata/pata_amd.c | 2 ++
> 2 files changed, 10 insertions(+), 0 deletions(-)
>
> Peer Chen:
> [libata] Add support for PATA controllers of MCP67 to pata_amd.c.
> [libata] Add support for AHCI controllers of MCP67.
>
> diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
> index 988f8bb..234197e 100644
> --- a/drivers/ata/ahci.c
> +++ b/drivers/ata/ahci.c
> @@ -334,6 +334,14 @@ static const struct pci_device_id ahci_p
> { PCI_VDEVICE(NVIDIA, 0x044d), board_ahci }, /* MCP65 */
> { PCI_VDEVICE(NVIDIA, 0x044e), board_ahci }, /* MCP65 */
> { PCI_VDEVICE(NVIDIA, 0x044f), board_ahci }, /* MCP65 */
> + { PCI_VDEVICE(NVIDIA, 0x0554), board_ahci }, /* MCP67 */
> + { PCI_VDEVICE(NVIDIA, 0x0555), board_ahci }, /* MCP67 */
> + { PCI_VDEVICE(NVIDIA, 0x0556), board_ahci }, /* MCP67 */
> + { PCI_VDEVICE(NVIDIA, 0x0557), board_ahci }, /* MCP67 */
> + { PCI_VDEVICE(NVIDIA, 0x0558), board_ahci }, /* MCP67 */
> + { PCI_VDEVICE(NVIDIA, 0x0559), board_ahci }, /* MCP67 */
> + { PCI_VDEVICE(NVIDIA, 0x055a), board_ahci }, /* MCP67 */
> + { PCI_VDEVICE(NVIDIA, 0x055b), board_ahci }, /* MCP67 */
>
> /* SiS */
> { PCI_VDEVICE(SI, 0x1184), board_ahci }, /* SiS 966 */
> diff --git a/drivers/ata/pata_amd.c b/drivers/ata/pata_amd.c
> index 29234c8..5c47a9e 100644
> --- a/drivers/ata/pata_amd.c
> +++ b/drivers/ata/pata_amd.c
> @@ -677,6 +677,8 @@ static const struct pci_device_id amd[]
> { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_IDE), 8 },
> { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_IDE), 8 },
> { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_IDE), 8 },
> + { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_IDE), 8 },
> + { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP67_IDE), 8 },
> { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_CS5536_IDE), 9 },
>
I think you'll find we're missing definitions for
PCI_DEVICE_ID_NVIDIA_NFORCE_MCP67_IDE (at least).
next prev parent reply other threads:[~2006-11-02 23:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-02 23:03 [git patches] libata: some last minute PCI IDs Jeff Garzik
2006-11-02 23:33 ` Andrew Morton [this message]
2006-11-03 0:04 ` 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=20061102153337.7e7c3e06.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=jeff@garzik.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pchen@nvidia.com \
--cc=torvalds@osdl.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).