Changeset bb72ff9 in rtems


Ignore:
Timestamp:
07/18/05 15:42:24 (18 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2025958
Parents:
5fa10f2d
Message:

2005-07-18 Karel Gardas <kgardas@…>

  • libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from UNTESTED to tested.
Location:
c/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    r5fa10f2d rbb72ff9  
     12005-07-18      Karel Gardas <kgardas@objectsecurity.com>
     2
     3        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
     4        UNTESTED to tested.
     5
    162005-06-17      Joel Sherrill <joel@OARcorp.com>
    27
  • c/src/libchip/network/if_fxp.c

    r5fa10f2d rbb72ff9  
    196196 */
    197197static struct fxp_ident fxp_ident_table[] = {
    198     { 0x1229,           "Intel Pro 10/100B/100+ Ethernet", UNTESTED },
     198    { 0x1229,           "Intel Pro 10/100B/100+ Ethernet", 0 },
    199199    { 0x2449,           "Intel Pro/100 Ethernet", UNTESTED },
    200200    { 0x1209,           "Intel Embedded 10/100 Ethernet", 0 },
Note: See TracChangeset for help on using the changeset viewer.