summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2004-09-18 19:13:13 +0000
committermux <mux@FreeBSD.org>2004-09-18 19:13:13 +0000
commit33d448d7cb151efca477376370937761d7f61853 (patch)
tree76695a6f924e497943b8d34e2e1558c469ed0a3c /sys/dev/fxp
parent6f1c2bbd6e3a56c4527c1e955ee90e37b7e9b82e (diff)
downloadFreeBSD-src-33d448d7cb151efca477376370937761d7f61853.zip
FreeBSD-src-33d448d7cb151efca477376370937761d7f61853.tar.gz
Add support for the fxp(4) based card in ICH6 (i915) chipsets.
This is a RELENG_5 candidate. Submitted by: Mike Tancsa <mike@sentex.net>
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 77fb09d..81e44c1 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -171,6 +171,7 @@ static struct fxp_ident fxp_ident_table[] = {
{ 0x1050, -1, "Intel 82801BA (D865) Pro/100 VE Ethernet" },
{ 0x1051, -1, "Intel 82562ET (ICH5/ICH5R) Pro/100 VE Ethernet" },
{ 0x1059, -1, "Intel 82551QM Pro/100 M Mobile Connection" },
+ { 0x1064, -1, "Intel 82562EZ (ICH6)" },
{ 0x1209, -1, "Intel 82559ER Embedded 10/100 Ethernet" },
{ 0x1229, 0x01, "Intel 82557 Pro/100 Ethernet" },
{ 0x1229, 0x02, "Intel 82557 Pro/100 Ethernet" },
OpenPOWER on IntegriCloud