netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch] atl1c: Add missing PCI device ID
@ 2011-02-02 15:59 Chuck Ebbert
  2011-02-02 23:02 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Chuck Ebbert @ 2011-02-02 15:59 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Jie Yang


Commit 8f574b35f22fbb9b5e5f1d11ad6b55b6f35f4533 added support for a new
adapter but failed to add it to the PCI device table.

Signed-Off-By: Chuck Ebbert <cebbert@redhat.com>

--- vanilla-2.6.38-rc3.orig/drivers/net/atl1c/atl1c_main.c
+++ vanilla-2.6.38-rc3/drivers/net/atl1c/atl1c_main.c
@@ -48,6 +48,7 @@ static DEFINE_PCI_DEVICE_TABLE(atl1c_pci
 	{PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, PCI_DEVICE_ID_ATHEROS_L2C_B)},
 	{PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, PCI_DEVICE_ID_ATHEROS_L2C_B2)},
 	{PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, PCI_DEVICE_ID_ATHEROS_L1D)},
+	{PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, PCI_DEVICE_ID_ATHEROS_L1D_2_0)},
 	/* required last entry */
 	{ 0 }
 };

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

* Re: [Patch] atl1c: Add missing PCI device ID
  2011-02-02 15:59 [Patch] atl1c: Add missing PCI device ID Chuck Ebbert
@ 2011-02-02 23:02 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-02-02 23:02 UTC (permalink / raw)
  To: cebbert; +Cc: netdev, Jie.Yang

From: Chuck Ebbert <cebbert@redhat.com>
Date: Wed, 2 Feb 2011 10:59:02 -0500

> 
> Commit 8f574b35f22fbb9b5e5f1d11ad6b55b6f35f4533 added support for a new
> adapter but failed to add it to the PCI device table.
> 
> Signed-Off-By: Chuck Ebbert <cebbert@redhat.com>

Applied, thanks Chuck.

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

end of thread, other threads:[~2011-02-02 23:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 15:59 [Patch] atl1c: Add missing PCI device ID Chuck Ebbert
2011-02-02 23:02 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).