public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation•org>
To: Matt Carlson <mcarlson@broadcom•com>, Michael Chan <mchan@broadcom•com>
Cc: netdev@vger•kernel.org
Subject: [PATCH v3] tg3: add device id of Apple Thunderbolt Ethernet device
Date: Thu, 12 Jul 2012 18:39:44 -0700	[thread overview]
Message-ID: <20120713013944.GB6445@kroah.com> (raw)
In-Reply-To: <20120712205607.GA27999@kroah.com>

The Apple Thunderbolt ethernet device is already listed in the driver,
but not hooked up in the MODULE_DEVICE_TABLE().  This fixes that and
allows it to work properly.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation•org>

---
Resent to Cc: the proper developers this time.

diff --git a/drivers/net/ethernet/broadcom/tg3.c b/drivers/net/ethernet/broadcom/tg3.c
index e47ff8b..3721833 100644
--- a/drivers/net/ethernet/broadcom/tg3.c
+++ b/drivers/net/ethernet/broadcom/tg3.c
@@ -298,6 +298,7 @@ static DEFINE_PCI_DEVICE_TABLE(tg3_pci_tbl) = {
 	{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57795)},
 	{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5719)},
 	{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5720)},
+	{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57762)},
 	{PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, PCI_DEVICE_ID_SYSKONNECT_9DXX)},
 	{PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, PCI_DEVICE_ID_SYSKONNECT_9MXX)},
 	{PCI_DEVICE(PCI_VENDOR_ID_ALTIMA, PCI_DEVICE_ID_ALTIMA_AC1000)},

  parent reply	other threads:[~2012-07-13  1:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-12 20:21 Apple Thunderbolt Ethernet device support Greg KH
2012-07-12 20:56 ` [PATCH] tg3: add device id of Apple Thunderbolt Ethernet device Greg KH
2012-07-12 23:26   ` [PATCH v2] " Greg KH
2012-07-13  1:03     ` David Miller
2012-07-13  1:37       ` Greg KH
2012-07-13  1:39   ` Greg KH [this message]
2012-07-13  5:33     ` [PATCH v3] " Roland Dreier
2012-07-13  7:19       ` Michael Chan
2012-07-13  7:06     ` Michael Chan
2012-07-13 10:00       ` David Miller
2012-07-12 20:57 ` Apple Thunderbolt Ethernet device support Greg KH
     [not found]   ` <4FFF59A9.4010009@hp.com>
2012-07-12 23:18     ` Greg KH
2012-07-12 23:23       ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120713013944.GB6445@kroah.com \
    --to=gregkh@linuxfoundation$(echo .)org \
    --cc=mcarlson@broadcom$(echo .)com \
    --cc=mchan@broadcom$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox