linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.22-rc6+mboxjeff 2/3] pata_sis: new PCI ID
@ 2007-06-30  1:58 Uwe Koziolek
  2007-07-02 14:21 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Koziolek @ 2007-06-30  1:58 UTC (permalink / raw)
  To: Jeff Garzik, Alan; +Cc: linux-ide

The SiS966 has an alternate PCI-ID 1180 for an IDE compatible controller
The primaty channel acts as PATA-controller, the secondary channel
acts as SATA-controller in PATA-emulation.

Signed-off-by: Uwe Koziolek <uwe.koziolek@gmx.net>

--- a/drivers/ata/pata_sis.c	2007-06-30 02:52:06.000000000 +0200
+++ b/drivers/ata/pata_sis.c	2007-06-30 02:58:30.000000000 +0200
@@ -1016,6 +1016,7 @@
 static const struct pci_device_id sis_pci_tbl[] = {
 	{ PCI_VDEVICE(SI, 0x5513), },	/* SiS 5513 */
 	{ PCI_VDEVICE(SI, 0x5518), },	/* SiS 5518 */
+	{ PCI_VDEVICE(SI, 0x1180), },	/* SiS 1180 */
 
 	{ }
 };


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.6.22-rc6+mboxjeff 2/3] pata_sis: new PCI ID
  2007-06-30  1:58 [PATCH 2.6.22-rc6+mboxjeff 2/3] pata_sis: new PCI ID Uwe Koziolek
@ 2007-07-02 14:21 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-07-02 14:21 UTC (permalink / raw)
  To: Uwe Koziolek; +Cc: Alan, linux-ide

Uwe Koziolek wrote:
> The SiS966 has an alternate PCI-ID 1180 for an IDE compatible controller
> The primaty channel acts as PATA-controller, the secondary channel
> acts as SATA-controller in PATA-emulation.
> 
> Signed-off-by: Uwe Koziolek <uwe.koziolek@gmx.net>
> 
> --- a/drivers/ata/pata_sis.c	2007-06-30 02:52:06.000000000 +0200
> +++ b/drivers/ata/pata_sis.c	2007-06-30 02:58:30.000000000 +0200
> @@ -1016,6 +1016,7 @@
>  static const struct pci_device_id sis_pci_tbl[] = {
>  	{ PCI_VDEVICE(SI, 0x5513), },	/* SiS 5513 */
>  	{ PCI_VDEVICE(SI, 0x5518), },	/* SiS 5518 */
> +	{ PCI_VDEVICE(SI, 0x1180), },	/* SiS 1180 */

patches 2 and 3 seem to already be included in the patch I just applied, 
so, ignored these...

Please wait a few hours (from the time of this email) and check 
libata-dev.git#upstream-fixes to make sure everything is in order.  It 
looks ok to me.

Thanks for your patience!

	Jeff




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-02 14:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-30  1:58 [PATCH 2.6.22-rc6+mboxjeff 2/3] pata_sis: new PCI ID Uwe Koziolek
2007-07-02 14:21 ` Jeff Garzik

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).