From: Auke Kok <auke-jan.h.kok@intel.com>
To: Greg KH <greg@kroah.com>, stable@kernel.org
Cc: "John W. Linville" <linville@tuxdriver.com>,
"Ronciak, John" <john.ronciak@intel.com>,
Auke Kok <auke-jan.h.kok@intel.com>,
Jesse Brandeburg <jesse.brandeburg@intel.com>,
NetDev <netdev@vger.kernel.org>,
"Kok, Auke" <auke@foo-projects.org>
Subject: [PATCH] e1000: add forgotten PCI ID for supported device
Date: Fri, 28 Jul 2006 15:06:17 -0700 [thread overview]
Message-ID: <44CA8A59.40002@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 234 bytes --]
The Intel(R) PRO/1000 82572EI card is fully supported by 7.0.33-k2 and onward.
Add the device ID so this card works with 2.6.17.y onward. This device ID was
accidentally omitted.
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
[-- Attachment #2: e1000_stable_add_forgotten_pciid.patch --]
[-- Type: text/x-patch, Size: 1042 bytes --]
diff --git a/drivers/net/e1000/e1000_hw.c b/drivers/net/e1000/e1000_hw.c
index 523c2c9..c5e7023 100644
--- a/drivers/net/e1000/e1000_hw.c
+++ b/drivers/net/e1000/e1000_hw.c
@@ -353,6 +353,7 @@ e1000_set_mac_type(struct e1000_hw *hw)
case E1000_DEV_ID_82572EI_COPPER:
case E1000_DEV_ID_82572EI_FIBER:
case E1000_DEV_ID_82572EI_SERDES:
+ case E1000_DEV_ID_82572EI:
hw->mac_type = e1000_82572;
break;
case E1000_DEV_ID_82573E:
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h
index 150e45e..c01e5d2 100644
--- a/drivers/net/e1000/e1000_hw.h
+++ b/drivers/net/e1000/e1000_hw.h
@@ -462,6 +462,7 @@ #define E1000_DEV_ID_82571EB_SERDES
#define E1000_DEV_ID_82572EI_COPPER 0x107D
#define E1000_DEV_ID_82572EI_FIBER 0x107E
#define E1000_DEV_ID_82572EI_SERDES 0x107F
+#define E1000_DEV_ID_82572EI 0x10B9
#define E1000_DEV_ID_82573E 0x108B
#define E1000_DEV_ID_82573E_IAMT 0x108C
#define E1000_DEV_ID_82573L 0x109A
next reply other threads:[~2006-07-28 22:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-28 22:06 Auke Kok [this message]
2006-07-28 23:18 ` [stable] [PATCH] e1000: add forgotten PCI ID for supported device Greg KH
2006-07-29 0:04 ` Brandeburg, Jesse
2006-07-29 0:24 ` Greg KH
2006-07-29 3:19 ` John W. Linville
2006-08-03 7:17 ` 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=44CA8A59.40002@intel.com \
--to=auke-jan.h.kok@intel.com \
--cc=auke@foo-projects.org \
--cc=greg@kroah.com \
--cc=jesse.brandeburg@intel.com \
--cc=john.ronciak@intel.com \
--cc=linville@tuxdriver.com \
--cc=netdev@vger.kernel.org \
--cc=stable@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.