* [PATCH] tg3: Add BCM57766 to PCI device table
@ 2013-02-07 23:31 Joerie de Gram
2013-02-08 18:27 ` Nithin Nayak Sujir
0 siblings, 1 reply; 2+ messages in thread
From: Joerie de Gram @ 2013-02-07 23:31 UTC (permalink / raw)
To: mcarlson, mchan; +Cc: netdev
The BCM57766 (as found in recent Apple mac mini models) appears to be
supported by the driver, but lacks an entry in the PCI device table.
Signed-off-by: Joerie de Gram <j.de.gram@gmail.com>
---
drivers/net/ethernet/broadcom/tg3.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethernet/broadcom/tg3.c b/drivers/net/ethernet/broadcom/tg3.c
index bdb0869..214b27e 100644
--- a/drivers/net/ethernet/broadcom/tg3.c
+++ b/drivers/net/ethernet/broadcom/tg3.c
@@ -323,6 +323,7 @@ static DEFINE_PCI_DEVICE_TABLE(tg3_pci_tbl) = {
{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57785)},
{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57761)},
{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57765)},
+ {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57766)},
{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57791),
.driver_data = TG3_DRV_DATA_FLAG_10_100_ONLY},
{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57795),
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] tg3: Add BCM57766 to PCI device table
2013-02-07 23:31 [PATCH] tg3: Add BCM57766 to PCI device table Joerie de Gram
@ 2013-02-08 18:27 ` Nithin Nayak Sujir
0 siblings, 0 replies; 2+ messages in thread
From: Nithin Nayak Sujir @ 2013-02-08 18:27 UTC (permalink / raw)
To: Joerie de Gram; +Cc: mchan, netdev
On 02/07/2013 03:31 PM, Joerie de Gram wrote:
> The BCM57766 (as found in recent Apple mac mini models) appears to be
> supported by the driver, but lacks an entry in the PCI device table.
>
Hi Joerie,
There is some additional code that needs to go in along with the 57766 device ID.
We have a combined patchset that we will be posting shortly.
Thanks,
Nithin.
> Signed-off-by: Joerie de Gram <j.de.gram@gmail.com>
> ---
> drivers/net/ethernet/broadcom/tg3.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/ethernet/broadcom/tg3.c b/drivers/net/ethernet/broadcom/tg3.c
> index bdb0869..214b27e 100644
> --- a/drivers/net/ethernet/broadcom/tg3.c
> +++ b/drivers/net/ethernet/broadcom/tg3.c
> @@ -323,6 +323,7 @@ static DEFINE_PCI_DEVICE_TABLE(tg3_pci_tbl) = {
> {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57785)},
> {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57761)},
> {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57765)},
> + {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57766)},
> {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57791),
> .driver_data = TG3_DRV_DATA_FLAG_10_100_ONLY},
> {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57795),
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-08 18:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-07 23:31 [PATCH] tg3: Add BCM57766 to PCI device table Joerie de Gram
2013-02-08 18:27 ` Nithin Nayak Sujir
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).