public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] net: e1000: Add support for the Intel 82546GB controller
@ 2009-12-04  8:52 Stefan Roese
  2009-12-14  5:56 ` Ben Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Roese @ 2009-12-04  8:52 UTC (permalink / raw)
  To: u-boot

From: Reinhard Arlt <reinhard.arlt@esd.eu>

This chip is equipped for example on the esd PMC-ETH2-GB board. So let's
add it to the list of supported chips to the e1000 driver.

Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Ben Warren <biggerbadderben@gmail.com>
---
 drivers/net/e1000.c |    1 +
 include/pci_ids.h   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c
index 7f9f783..2825342 100644
--- a/drivers/net/e1000.c
+++ b/drivers/net/e1000.c
@@ -79,6 +79,7 @@ static struct pci_device_id supported[] = {
 	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82546EB_COPPER},
 	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82545EM_FIBER},
 	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82546EB_FIBER},
+	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82546GB_COPPER},
 	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82540EM_LOM},
 	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82541ER},
 	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82541GI_LF},
diff --git a/include/pci_ids.h b/include/pci_ids.h
index d783c5b..edfdc1e 100644
--- a/include/pci_ids.h
+++ b/include/pci_ids.h
@@ -1828,6 +1828,7 @@
 #define PCI_DEVICE_ID_INTEL_82546EB_COPPER	0x1010
 #define PCI_DEVICE_ID_INTEL_82545EM_FIBER	0x1011
 #define PCI_DEVICE_ID_INTEL_82546EB_FIBER	0x1012
+#define PCI_DEVICE_ID_INTEL_82546GB_COPPER	0x1079
 #define PCI_DEVICE_ID_INTEL_82540EM_LOM		0x1015
 #define PCI_DEVICE_ID_INTEL_82545GM_COPPER	0x1026
 #define PCI_DEVICE_ID_INTEL_82559		0x1030
-- 
1.6.6.rc1

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

* [U-Boot] [PATCH] net: e1000: Add support for the Intel 82546GB controller
  2009-12-04  8:52 [U-Boot] [PATCH] net: e1000: Add support for the Intel 82546GB controller Stefan Roese
@ 2009-12-14  5:56 ` Ben Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Warren @ 2009-12-14  5:56 UTC (permalink / raw)
  To: u-boot

Stefan,

Stefan Roese wrote:
> From: Reinhard Arlt <reinhard.arlt@esd.eu>
>
> This chip is equipped for example on the esd PMC-ETH2-GB board. So let's
> add it to the list of supported chips to the e1000 driver.
>
> Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Ben Warren <biggerbadderben@gmail.com>
> ---
Applied to net/next.

thanks,
Ben

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

end of thread, other threads:[~2009-12-14  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-04  8:52 [U-Boot] [PATCH] net: e1000: Add support for the Intel 82546GB controller Stefan Roese
2009-12-14  5:56 ` Ben Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox