Add another module ID code.

This commit is contained in:
Eric Norum
2004-11-29 17:06:12 +00:00
parent 64bb079335
commit 55243362a7
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2004-11-22 Joel Sherrill <joel@OARcorp.com>
* libchip/network/if_fxp.c: Add entry for another module ID code.
2004-11-22 Joel Sherrill <joel@OARcorp.com>
PR 693/misc

View File

@@ -208,6 +208,7 @@ static struct fxp_ident fxp_ident_table[] = {
{ 0x1036, "Intel Pro/100 Ethernet", UNTESTED },
{ 0x1037, "Intel Pro/100 Ethernet", UNTESTED },
{ 0x1038, "Intel Pro/100 Ethernet", UNTESTED },
{ 0x103B, "Intel Pro/100 Ethernet (82801BD PRO/100 VM (LOM))", 0 },
{ 0, NULL },
};