summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2007-03-28 18:10:50 +0000
committerremko <remko@FreeBSD.org>2007-03-28 18:10:50 +0000
commite6adc1425e20c254baf90310d9023e1452c8ceec (patch)
tree76a729ca47649912fe82ddefd0036e11ac151ab0 /sys/dev/fxp
parent7e73c1b43647b2c6ed32c8583c59e476f496692a (diff)
downloadFreeBSD-src-e6adc1425e20c254baf90310d9023e1452c8ceec.zip
FreeBSD-src-e6adc1425e20c254baf90310d9023e1452c8ceec.tar.gz
Add support for the 82562GX chip within if_fxp.
PR: 110251 Submitted by: Vyacheslav Vovk Approved by: imp (mentor) MFC After: 3 days
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 a27d287..900b021 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -178,6 +178,7 @@ static struct fxp_ident fxp_ident_table[] = {
{ 0x1065, -1, "Intel 82562ET/EZ/GT/GZ PRO/100 VE Ethernet" },
{ 0x1068, -1, "Intel 82801FBM (ICH6-M) Pro/100 VE Ethernet" },
{ 0x1069, -1, "Intel 82562EM/EX/GX Pro/100 Ethernet" },
+ { 0x1091, -1, "Intel 82562GX Pro/100 Ethernet" },
{ 0x1092, -1, "Intel Pro/100 VE Network Connection" },
{ 0x1093, -1, "Intel Pro/100 VM Network Connection" },
{ 0x1094, -1, "Intel Pro/100 946GZ (ICH7) Network Connection" },
OpenPOWER on IntegriCloud