* [PATCH 2.6.18 1/3] tg3: Add 5786 PCI ID
@ 2006-05-26 22:55 Michael Chan
2006-05-27 0:45 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Michael Chan @ 2006-05-26 22:55 UTC (permalink / raw)
To: davem; +Cc: netdev
Add PCI ID for BCM5786 which is a variant of 5787.
Signed-off-by: Michael Chan <mchan@broadcom.com>
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index 49ad60b..3de5a62 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -229,6 +229,8 @@ static struct pci_device_id tg3_pci_tbl[
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
{ PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5755M,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
+ { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5786,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
{ PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5787,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
{ PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5787M,
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index d6fe048..bef7ea1 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1886,6 +1886,7 @@
#define PCI_DEVICE_ID_TIGON3_5751F 0x167e
#define PCI_DEVICE_ID_TIGON3_5787M 0x1693
#define PCI_DEVICE_ID_TIGON3_5782 0x1696
+#define PCI_DEVICE_ID_TIGON3_5786 0x169a
#define PCI_DEVICE_ID_TIGON3_5787 0x169b
#define PCI_DEVICE_ID_TIGON3_5788 0x169c
#define PCI_DEVICE_ID_TIGON3_5789 0x169d
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2.6.18 1/3] tg3: Add 5786 PCI ID
2006-05-26 22:55 [PATCH 2.6.18 1/3] tg3: Add 5786 PCI ID Michael Chan
@ 2006-05-27 0:45 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-05-27 0:45 UTC (permalink / raw)
To: mchan; +Cc: netdev
From: "Michael Chan" <mchan@broadcom.com>
Date: Fri, 26 May 2006 15:55:23 -0700
> Add PCI ID for BCM5786 which is a variant of 5787.
>
> Signed-off-by: Michael Chan <mchan@broadcom.com>
Simple enough, applied to net-2.6.18
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-05-27 0:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-26 22:55 [PATCH 2.6.18 1/3] tg3: Add 5786 PCI ID Michael Chan
2006-05-27 0:45 ` 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).