linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Andrew Chew <achew@nvidia.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Add MCP65 support for sata_nv driver
Date: Thu, 22 Jun 2006 23:07:30 -0400	[thread overview]
Message-ID: <449B5AF2.9090104@garzik.org> (raw)
In-Reply-To: <1150961925.5109.6.camel@achew-linux>

Andrew Chew wrote:
> Splitting up patch and resending.
> 
> This patch adds MCP65 SATA controller support to the sata_nv driver.
> 
> Signed-off-by: Andrew Chew <achew@nvidia.com>
> 
> 
> 
> 
> diff -uprN -X linux-2.6.16.19/Documentation/dontdiff linux-2.6.16.19.original/drivers/scsi/sata_nv.c linux-2.6.16.19/drivers/scsi/sata_nv.c
> --- linux-2.6.16.19.original/drivers/scsi/sata_nv.c	2006-05-30 17:31:44.000000000 -0700
> +++ linux-2.6.16.19/drivers/scsi/sata_nv.c	2006-06-05 17:20:48.000000000 -0700
> @@ -166,12 +166,17 @@ static const struct pci_device_id nv_pci
>  		PCI_ANY_ID, PCI_ANY_ID, 0, 0, GENERIC },
>  	{ PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_SATA2,
>  		PCI_ANY_ID, PCI_ANY_ID, 0, 0, GENERIC },
> +	{ PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_SATA,
> +		PCI_ANY_ID, PCI_ANY_ID, 0, 0, GENERIC },
> +	{ PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_SATA2,
> +		PCI_ANY_ID, PCI_ANY_ID, 0, 0, GENERIC },
> +	{ PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_SATA3,
> +		PCI_ANY_ID, PCI_ANY_ID, 0, 0, GENERIC },
> +	{ PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_SATA4,
> +		PCI_ANY_ID, PCI_ANY_ID, 0, 0, GENERIC },
>  	{ PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID,
>  		PCI_ANY_ID, PCI_ANY_ID,
>  		PCI_CLASS_STORAGE_IDE<<8, 0xffff00, GENERIC },
> -	{ PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID,
> -		PCI_ANY_ID, PCI_ANY_ID,
> -		PCI_CLASS_STORAGE_RAID<<8, 0xffff00, GENERIC },

Why do you want to remove the RAID PCI ID?  That was not mentioned in 
the patch description at all.

	Jeff




  reply	other threads:[~2006-06-23  3:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-22  7:38 [PATCH] Add MCP65 support for sata_nv driver Andrew Chew
2006-06-23  3:07 ` Jeff Garzik [this message]
2006-06-23  3:13   ` Jeff Garzik
2006-06-23 21:16   ` Andrew Chew
2006-06-23 21:32     ` 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=449B5AF2.9090104@garzik.org \
    --to=jeff@garzik.org \
    --cc=achew@nvidia.com \
    --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).