From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [patch] NET: remove support for Davicom 9102 from the Tulip driver Date: Fri, 04 Apr 2008 01:46:11 -0400 Message-ID: <47F5C0A3.4020003@garzik.org> References: <47F40CE1.2080708@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Netdev To: Chuck Ebbert Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:59872 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753026AbYDDFqN (ORCPT ); Fri, 4 Apr 2008 01:46:13 -0400 In-Reply-To: <47F40CE1.2080708@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: Chuck Ebbert wrote: > NET: remove support for Davicom 9102 from the Tulip driver > > We have two reports that agree the tulip driver doesn't work for > the Davicom 9102 (PCI id 1282:9102). The dmfe driver does work > and also claims the same PCI ID. > > https://bugzilla.redhat.com/show_bug.cgi?id=277731 > https://bugzilla.redhat.com/show_bug.cgi?id=236928 > > Signed-off-by: Chuck Ebbert > > --- > drivers/net/tulip/tulip_core.c | 1 - > 1 file changed, 1 deletion(-) > > --- linux-2.6.24.noarch.orig/drivers/net/tulip/tulip_core.c > +++ linux-2.6.24.noarch/drivers/net/tulip/tulip_core.c > @@ -231,7 +231,6 @@ static struct pci_device_id tulip_pci_tb > { 0x11F6, 0x9881, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMPEX9881 }, > { 0x8086, 0x0039, PCI_ANY_ID, PCI_ANY_ID, 0, 0, I21145 }, > { 0x1282, 0x9100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DM910X }, > - { 0x1282, 0x9102, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DM910X }, > { 0x1113, 0x1216, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET }, > { 0x1113, 0x1217, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MX98715 }, > { 0x1113, 0x9511, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET }, applied