From patchwork Thu Oct 15 10:22:20 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: BruceChang@via.com.tw X-Patchwork-Id: 36107 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id ABA37B7B74 for ; Thu, 15 Oct 2009 21:22:40 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1MyNTd-0005Zl-9y; Thu, 15 Oct 2009 11:22:33 +0100 Received: from exchtp08.via.com.tw ([61.66.243.7]) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1MyNTU-0005ZF-Ak for kernel-team@lists.ubuntu.com; Thu, 15 Oct 2009 11:22:24 +0100 Received: from exchtp12.taipei.via.com.tw ([192.168.254.222]) by exchtp08.via.com.tw with Microsoft SMTPSVC(6.0.3790.3959); Thu, 15 Oct 2009 18:22:20 +0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: [Patch 1/1] remove redudant PCI device ID from Sata_via.c Date: Thu, 15 Oct 2009 18:22:20 +0800 Message-ID: <62692B81D079DA49BA9287A3CDF6B41C9FD731@exchtp12.taipei.via.com.tw> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Patch 1/1] remove redudant PCI device ID from Sata_via.c Thread-Index: AcpNgWEb1DifP348QAqSLP/1Xpi1iQ== From: To: X-OriginalArrivalTime: 15 Oct 2009 10:22:20.0748 (UTC) FILETIME=[610778C0:01CA4D81] Cc: JosephChan@via.com.tw X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com 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 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 --- 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 */ };