summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-07-18 15:42:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-07-18 15:42:24 +0000
commitbb72ff991bc028f126446dd4d4136b51517b71d4 (patch)
tree484a1f44c4147f196aa9f5e6f1748424c62e7e43 /c
parent2005-07-18 Lars Munch <lars@segv.dk> (diff)
downloadrtems-bb72ff991bc028f126446dd4d4136b51517b71d4.tar.bz2
2005-07-18 Karel Gardas <kgardas@objectsecurity.com>
* libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from UNTESTED to tested.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/libchip/network/if_fxp.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 15396afd6e..adf8bb679a 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-18 Karel Gardas <kgardas@objectsecurity.com>
+
+ * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
+ UNTESTED to tested.
+
2005-06-17 Joel Sherrill <joel@OARcorp.com>
* librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
diff --git a/c/src/libchip/network/if_fxp.c b/c/src/libchip/network/if_fxp.c
index bf9aa549b0..c2414450c5 100644
--- a/c/src/libchip/network/if_fxp.c
+++ b/c/src/libchip/network/if_fxp.c
@@ -195,7 +195,7 @@ struct fxp_ident {
* them.
*/
static struct fxp_ident fxp_ident_table[] = {
- { 0x1229, "Intel Pro 10/100B/100+ Ethernet", UNTESTED },
+ { 0x1229, "Intel Pro 10/100B/100+ Ethernet", 0 },
{ 0x2449, "Intel Pro/100 Ethernet", UNTESTED },
{ 0x1209, "Intel Embedded 10/100 Ethernet", 0 },
{ 0x1029, "Intel Pro/100 Ethernet", UNTESTED },