All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 1/1] sata_via.c: Remove redundant device ID for VT8261
@ 2009-10-15  7:10 JosephChan
  2009-10-15  7:16 ` Jeff Garzik
  2009-10-15  7:19 ` Tejun Heo
  0 siblings, 2 replies; 9+ messages in thread
From: JosephChan @ 2009-10-15  7:10 UTC (permalink / raw)
  To: linux-ide; +Cc: alan, tj, jeff, JosephChan

Just remove redundant device ID for VT8261.

Signed-off-by: Joseph Chan <josephchan@via.com.tw>

--- a/drivers/ata/sata_via.c	2009-10-15 21:38:14.000000000 +0800
+++ b/drivers/ata/sata_via.c	2009-10-15 21:38:28.000000000 +0800
@@ -93,7 +93,6 @@
 	{ PCI_VDEVICE(VIA, 0x7372), vt6420 },
 	{ PCI_VDEVICE(VIA, 0x5287), vt8251 }, /* 2 sata chnls (Master/Slave) */
 	{ PCI_VDEVICE(VIA, 0x9000), vt8251 },
-	{ PCI_VDEVICE(VIA, 0x9040), vt8251 },
 
 	{ }	/* terminate list */
 };


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

* Re: [Patch 1/1] sata_via.c: Remove redundant device ID for VT8261
  2009-10-15  7:10 [Patch 1/1] sata_via.c: Remove redundant device ID for VT8261 JosephChan
@ 2009-10-15  7:16 ` Jeff Garzik
  2009-10-15  7:24   ` JosephChan
  2009-10-15  7:19 ` Tejun Heo
  1 sibling, 1 reply; 9+ messages in thread
From: Jeff Garzik @ 2009-10-15  7:16 UTC (permalink / raw)
  To: JosephChan; +Cc: linux-ide, alan, tj

On 10/15/2009 03:10 AM, JosephChan@via.com.tw wrote:
> Just remove redundant device ID for VT8261.
>
> Signed-off-by: Joseph Chan<josephchan@via.com.tw>
>
> --- a/drivers/ata/sata_via.c	2009-10-15 21:38:14.000000000 +0800
> +++ b/drivers/ata/sata_via.c	2009-10-15 21:38:28.000000000 +0800
> @@ -93,7 +93,6 @@
>   	{ PCI_VDEVICE(VIA, 0x7372), vt6420 },
>   	{ PCI_VDEVICE(VIA, 0x5287), vt8251 }, /* 2 sata chnls (Master/Slave) */
>   	{ PCI_VDEVICE(VIA, 0x9000), vt8251 },
> -	{ PCI_VDEVICE(VIA, 0x9040), vt8251 },

PCI device ID 0x9040 does not exist elsewhere in the driver...  how is 
it redundant?

	Jeff





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

* Re: [Patch 1/1] sata_via.c: Remove redundant device ID for VT8261
  2009-10-15  7:10 [Patch 1/1] sata_via.c: Remove redundant device ID for VT8261 JosephChan
  2009-10-15  7:16 ` Jeff Garzik
@ 2009-10-15  7:19 ` Tejun Heo
  2009-10-15  7:36   ` Jeff Garzik
  1 sibling, 1 reply; 9+ messages in thread
From: Tejun Heo @ 2009-10-15  7:19 UTC (permalink / raw)
  To: JosephChan; +Cc: linux-ide, alan, jeff

JosephChan@via.com.tw wrote:
> Just remove redundant device ID for VT8261.
> 
> Signed-off-by: Joseph Chan <josephchan@via.com.tw>

Looks okay to me.

> --- a/drivers/ata/sata_via.c	2009-10-15 21:38:14.000000000 +0800
> +++ b/drivers/ata/sata_via.c	2009-10-15 21:38:28.000000000 +0800
> @@ -93,7 +93,6 @@
>  	{ PCI_VDEVICE(VIA, 0x7372), vt6420 },
>  	{ PCI_VDEVICE(VIA, 0x5287), vt8251 }, /* 2 sata chnls (Master/Slave) */
>  	{ PCI_VDEVICE(VIA, 0x9000), vt8251 },
> -	{ PCI_VDEVICE(VIA, 0x9040), vt8251 },
>  
>  	{ }	/* terminate list */
>  };
> 
> N�����r��y���b�X��ǧv�^�)޺{.n�+����{��ע��^n�r��z�\x1a��h����&��\x1e�G���h�\x03(�階�ݢj"��\x1a�^[m�����z�ޖ���f���h���~�mml==

But, what's the above garbled line?

-- 
tejun

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

* RE: [Patch 1/1] sata_via.c: Remove redundant device ID for VT8261
  2009-10-15  7:16 ` Jeff Garzik
@ 2009-10-15  7:24   ` JosephChan
  0 siblings, 0 replies; 9+ messages in thread
From: JosephChan @ 2009-10-15  7:24 UTC (permalink / raw)
  To: jeff; +Cc: linux-ide, alan, tj

> PCI device ID 0x9040 does not exist elsewhere in the driver...  how is it redundant?

1. So far, there is no VT8261 silicon in the public market.
2. Device ID 0x9000 and 0x9040 are redundant (for VT8261). The 0x9040 is reserved for other usage.

BRs,
Joseph




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

* Re: [Patch 1/1] sata_via.c: Remove redundant device ID for VT8261
  2009-10-15  7:19 ` Tejun Heo
@ 2009-10-15  7:36   ` Jeff Garzik
  2009-10-15  7:52     ` JosephChan
  2009-10-15 15:37     ` David Miller
  0 siblings, 2 replies; 9+ messages in thread
From: Jeff Garzik @ 2009-10-15  7:36 UTC (permalink / raw)
  To: Tejun Heo; +Cc: JosephChan, linux-ide, alan, postmaster

On 10/15/2009 03:19 AM, Tejun Heo wrote:
> JosephChan@via.com.tw wrote:
>> Just remove redundant device ID for VT8261.
>>
>> Signed-off-by: Joseph Chan<josephchan@via.com.tw>
>
> Looks okay to me.
>
>> --- a/drivers/ata/sata_via.c	2009-10-15 21:38:14.000000000 +0800
>> +++ b/drivers/ata/sata_via.c	2009-10-15 21:38:28.000000000 +0800
>> @@ -93,7 +93,6 @@
>>   	{ PCI_VDEVICE(VIA, 0x7372), vt6420 },
>>   	{ PCI_VDEVICE(VIA, 0x5287), vt8251 }, /* 2 sata chnls (Master/Slave) */
>>   	{ PCI_VDEVICE(VIA, 0x9000), vt8251 },
>> -	{ PCI_VDEVICE(VIA, 0x9040), vt8251 },
>>
>>   	{ }	/* terminate list */
>>   };
>>
>> N�����r��y���b�X��ǧv�^�)޺{.n�+����{��ע��^n�r��z�\x1a��h����&��\x1e�G���h�\x03(�階�ݢj"��\x1a�^[m�����z�ޖ���f���h���~�mml==
>
> But, what's the above garbled line?

(cc'ing postmaster@vger)

It is interesting that Joseph's email directly to me was OK, but the 
copy passing through vger.kernel.org list software included this garbled 
line.

Joseph's email was base64-encoded, and vger just got new mailing list 
software in the past year or so...   so I wonder if this is a vger bug?

	Jeff




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

* RE: [Patch 1/1] sata_via.c: Remove redundant device ID for VT8261
  2009-10-15  7:36   ` Jeff Garzik
@ 2009-10-15  7:52     ` JosephChan
  2009-10-15 15:37     ` David Miller
  1 sibling, 0 replies; 9+ messages in thread
From: JosephChan @ 2009-10-15  7:52 UTC (permalink / raw)
  To: jeff, tj; +Cc: linux-ide, alan, postmaster


>>  But, what's the above garbled line?

> Joseph's email was base64-encoded, and vger just got new mailing list 
> software in the past year or so...   so I wonder if this is a vger bug?

Sorry, it should be my editor's bug.
I copied the patch with an extra blank line. And it caused the grabled line you saw. 
I will resend this patch later if there is no problem for this patch. :)

BRs,
Joseph Chan 

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

* Re: [Patch 1/1] sata_via.c: Remove redundant device ID for VT8261
  2009-10-15  7:36   ` Jeff Garzik
  2009-10-15  7:52     ` JosephChan
@ 2009-10-15 15:37     ` David Miller
  2009-10-15 15:46       ` Jeff Garzik
  1 sibling, 1 reply; 9+ messages in thread
From: David Miller @ 2009-10-15 15:37 UTC (permalink / raw)
  To: jeff; +Cc: tj, JosephChan, linux-ide, alan, postmaster

From: Jeff Garzik <jeff@garzik.org>
Date: Thu, 15 Oct 2009 03:36:10 -0400

> Joseph's email was base64-encoded, and vger just got new mailing list
> software in the past year or so...  so I wonder if this is a vger bug?

vger hasn't had new mailing list software in 10 years :-)

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

* Re: [Patch 1/1] sata_via.c: Remove redundant device ID for VT8261
  2009-10-15 15:37     ` David Miller
@ 2009-10-15 15:46       ` Jeff Garzik
  2009-10-15 19:15         ` David Miller
  0 siblings, 1 reply; 9+ messages in thread
From: Jeff Garzik @ 2009-10-15 15:46 UTC (permalink / raw)
  To: David Miller; +Cc: tj, JosephChan, linux-ide, alan, postmaster

On 10/15/2009 11:37 AM, David Miller wrote:
> From: Jeff Garzik<jeff@garzik.org>
> Date: Thu, 15 Oct 2009 03:36:10 -0400
>
>> Joseph's email was base64-encoded, and vger just got new mailing list
>> software in the past year or so...  so I wonder if this is a vger bug?
>
> vger hasn't had new mailing list software in 10 years :-)

I thought Matti was working on something new, but I guess I was mistaken.

	Jeff





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

* Re: [Patch 1/1] sata_via.c: Remove redundant device ID for VT8261
  2009-10-15 15:46       ` Jeff Garzik
@ 2009-10-15 19:15         ` David Miller
  0 siblings, 0 replies; 9+ messages in thread
From: David Miller @ 2009-10-15 19:15 UTC (permalink / raw)
  To: jeff; +Cc: tj, JosephChan, linux-ide, alan, postmaster

From: Jeff Garzik <jeff@garzik.org>
Date: Thu, 15 Oct 2009 11:46:54 -0400

> On 10/15/2009 11:37 AM, David Miller wrote:
>> From: Jeff Garzik<jeff@garzik.org>
>> Date: Thu, 15 Oct 2009 03:36:10 -0400
>>
>>> Joseph's email was base64-encoded, and vger just got new mailing list
>>> software in the past year or so...  so I wonder if this is a vger bug?
>>
>> vger hasn't had new mailing list software in 10 years :-)
> 
> I thought Matti was working on something new, but I guess I was
> mistaken.

Yes, but as far as I am aware it isn't live yet.

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

end of thread, other threads:[~2009-10-15 19:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-15  7:10 [Patch 1/1] sata_via.c: Remove redundant device ID for VT8261 JosephChan
2009-10-15  7:16 ` Jeff Garzik
2009-10-15  7:24   ` JosephChan
2009-10-15  7:19 ` Tejun Heo
2009-10-15  7:36   ` Jeff Garzik
2009-10-15  7:52     ` JosephChan
2009-10-15 15:37     ` David Miller
2009-10-15 15:46       ` Jeff Garzik
2009-10-15 19:15         ` David Miller

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.