netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
To: netdev@oss.sgi.com, davem@redhat.com, jgarzik@pobox.com,
	mchan@broadcom.com
Subject: [PATCH] tg3: new ID
Date: Sat, 21 May 2005 02:11:37 +0200	[thread overview]
Message-ID: <ee588a540505201711437197ca@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

Add 0x1601 as 5752M, it's a 5752 but for mobile PCs.
Stolen from Broadcom bcm5700-8.1.55 driver.

Someone forgot to add it to tg3 ;-)

(against linux-2.6.12-rc4-git4)


-thanks-

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: tg3_5752M_id.diff --]
[-- Type: text/x-patch; name="tg3_5752M_id.diff", Size: 1047 bytes --]

diff -Nuar o/drivers/net/tg3.c n/drivers/net/tg3.c
--- o/drivers/net/tg3.c	2005-05-21 01:50:40.000000000 +0200
+++ n/drivers/net/tg3.c	2005-05-21 01:42:29.000000000 +0200
@@ -206,6 +206,8 @@
 	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
 	{ PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5752,
 	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
+	{ PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5752M,
+	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
 	{ PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5753,
 	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
 	{ PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5753M,
diff -Nuar o/include/linux/pci_ids.h n/include/linux/pci_ids.h
--- o/include/linux/pci_ids.h	2005-05-21 01:50:34.000000000 +0200
+++ n/include/linux/pci_ids.h	2005-05-21 01:50:06.000000000 +0200
@@ -2064,6 +2064,7 @@
 
 #define PCI_VENDOR_ID_BROADCOM		0x14e4
 #define PCI_DEVICE_ID_TIGON3_5752	0x1600
+#define PCI_DEVICE_ID_TIGON3_5752M	0x1601
 #define PCI_DEVICE_ID_TIGON3_5700	0x1644
 #define PCI_DEVICE_ID_TIGON3_5701	0x1645
 #define PCI_DEVICE_ID_TIGON3_5702	0x1646

                 reply	other threads:[~2005-05-21  0:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=ee588a540505201711437197ca@mail.gmail.com \
    --to=xose.vazquez@gmail.com \
    --cc=davem@redhat.com \
    --cc=jgarzik@pobox.com \
    --cc=mchan@broadcom.com \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).