| Submitter | BruceChang@via.com.tw |
|---|---|
| Date | Oct. 15, 2009, 10:22 a.m. |
| Message ID | <62692B81D079DA49BA9287A3CDF6B41C9FD731@exchtp12.taipei.via.com.tw> |
| Download | mbox | patch |
| Permalink | /patch/36107/ |
| State | Rejected |
| Headers | show |
Comments
BruceChang@via.com.tw wrote: > To whom it may concern: > The 0x9040 is redudant PCI device ID for VT8261. I would like to request to remove this ID from the kernel of Ubuntu 9.10(Karmic Koala) for other usage. This patch has been submitted for upstream at http://marc.info/?l=linux-ide&m=125559102021085&w=2. Following is the same patch applied to Karmic Koala: > > Signed-off-by: Bruce C. Chang <brucechang@via.com.tw> > > --- a/drivers/ata/sata_via.c 2009-10-15 17:23:12.182708705 +0800 > +++ b/drivers/ata/sata_via.c 2009-10-15 17:23:26.190704483 +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 */ > }; > > See previous email re: send this patch to stable@kernel.org
Hello Tim:
Thank you very much for your quick response. It has been submitted to stable@kernel.org by Joseph too.
Regards
=================================================
Bruce C. Chang(張祖明)
VIA Technologies, Inc.
Address: 1F, 531, Chung-Cheng Road, Hsin-Tien, 231 Taipei
Tel: +886-2-22185452 Ext 7323
Mobile: +886-968343824
Fax: +886-2-22186282
Skype: Bruce.C.Chang
Email: BruceChang@via.com.tw
-----Original Message-----
From: Tim Gardner [mailto:tim.gardner@canonical.com]
Sent: Thursday, October 15, 2009 9:17 PM
To: Bruce Chang
Cc: kernel-team@lists.ubuntu.com; Joseph Chan
Subject: Re: [Patch 1/1] remove redudant PCI device ID from Sata_via.c
BruceChang@via.com.tw wrote:
> To whom it may concern:
> The 0x9040 is redudant PCI device ID for VT8261. I would like to
> request to remove this ID from the kernel of Ubuntu 9.10(Karmic Koala)
> for other usage. This patch has been submitted for upstream at
> http://marc.info/?l=linux-ide&m=125559102021085&w=2. Following is the
> same patch applied to Karmic Koala:
>
> Signed-off-by: Bruce C. Chang <brucechang@via.com.tw>
>
> --- a/drivers/ata/sata_via.c 2009-10-15 17:23:12.182708705 +0800
> +++ b/drivers/ata/sata_via.c 2009-10-15 17:23:26.190704483 +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 */
> };
>
>
See previous email re: send this patch to stable@kernel.org
--
Tim Gardner tim.gardner@canonical.com
Patch
--- a/drivers/ata/sata_via.c 2009-10-15 17:23:12.182708705 +0800 +++ b/drivers/ata/sata_via.c 2009-10-15 17:23:26.190704483 +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 */ };
To whom it may concern: The 0x9040 is redudant PCI device ID for VT8261. I would like to request to remove this ID from the kernel of Ubuntu 9.10(Karmic Koala) for other usage. This patch has been submitted for upstream at http://marc.info/?l=linux-ide&m=125559102021085&w=2. Following is the same patch applied to Karmic Koala: Signed-off-by: Bruce C. Chang <brucechang@via.com.tw> Thanks and Best Regards ================================================= Bruce C. Chang(張祖明) VIA Technologies, Inc. Address: 1F, 531, Chung-Cheng Road, Hsin-Tien, 231 Taipei Tel: +886-2-22185452 Ext 7323 Mobile: +886-968343824 Fax: +886-2-22186282 Skype: Bruce.C.Chang Email: BruceChang@via.com.tw