summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2004-11-29 17:06:12 +0000
committerEric Norum <WENorum@lbl.gov>2004-11-29 17:06:12 +0000
commit55243362a7b307e6ea4bd62bd9c8fe05f7826fb7 (patch)
tree9cd2db6266bfed9239eba356c2d9a9ad1bd741eb /c
parent2004-11-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-55243362a7b307e6ea4bd62bd9c8fe05f7826fb7.tar.bz2
Add another module ID code.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/libchip/network/if_fxp.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index d1ecb300a8..720f75765f 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,9 @@
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
* libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
in/outport routines.
diff --git a/c/src/libchip/network/if_fxp.c b/c/src/libchip/network/if_fxp.c
index 3912602d3a..83e808018a 100644
--- a/c/src/libchip/network/if_fxp.c
+++ b/c/src/libchip/network/if_fxp.c
@@ -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 },
};