summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorrink <rink@FreeBSD.org>2006-11-14 18:54:31 +0000
committerrink <rink@FreeBSD.org>2006-11-14 18:54:31 +0000
commit44a4b480da7a8d94fc03bfbb5cd597e2b7663d01 (patch)
tree140a86053a8a4a51ae7bb154a7ac7834232a67a3 /sys/dev/fxp
parent44878f28587787fbbc185cb120d081ad24902a00 (diff)
downloadFreeBSD-src-44a4b480da7a8d94fc03bfbb5cd597e2b7663d01.zip
FreeBSD-src-44a4b480da7a8d94fc03bfbb5cd597e2b7663d01.tar.gz
Added yet another extra fxp(4) PCI ID.
PR: kern/104896 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Reviewed by: imp (mentor), jfv 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 1bcd8f7..dfd322b 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -179,6 +179,7 @@ static struct fxp_ident fxp_ident_table[] = {
{ 0x1068, -1, "Intel 82801FBM (ICH6-M) Pro/100 VE Ethernet" },
{ 0x1069, -1, "Intel 82562EM/EX/GX 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" },
{ 0x1209, -1, "Intel 82559ER Embedded 10/100 Ethernet" },
{ 0x1229, 0x01, "Intel 82557 Pro/100 Ethernet" },
OpenPOWER on IntegriCloud