From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] add Attansic L2 PCI ID Date: Thu, 29 Mar 2007 08:23:12 -0400 Message-ID: <460BAFB0.7000408@garzik.org> References: <20070328234738.GA8042@devserv.devel.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: xiong.huang@atheros.com, jacliburn@bellsouth.net, netdev@vger.kernel.org To: Chris Snook Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:52503 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752277AbXC2MXQ (ORCPT ); Thu, 29 Mar 2007 08:23:16 -0400 In-Reply-To: <20070328234738.GA8042@devserv.devel.redhat.com> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Chris Snook wrote: > From: Chris Snook > > Add PCI ID for the Attansic L2 100 Mb ethernet adapter. > > Signed-off-by: Chris Snook > > --- linux-2.6.21-rc5.orig/include/linux/pci_ids.h 2007-03-27 23:26:50.000000000 -0400 > +++ linux-2.6.21-rc5/include/linux/pci_ids.h 2007-03-28 15:11:03.000000000 -0400 > @@ -2090,6 +2090,7 @@ > > #define PCI_VENDOR_ID_ATTANSIC 0x1969 > #define PCI_DEVICE_ID_ATTANSIC_L1 0x1048 > +#define PCI_DEVICE_ID_ATTANSIC_L2 0x2048 Actually you should be doing the reverse: Remove PCI_DEVICE_ID_ATTANSIC_L1, and replace the one place that uses it with the hexadecimal constant. Jeff