Changeset 2b947a4 in rtems


Ignore:
Timestamp:
07/16/02 22:37:13 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
74c402a2
Parents:
cd66632
Message:

2002-07-16 Eric Norum <eric.norum@…>

  • New driver for the Intel EtherExpressPro? (82559ER) chip.
  • network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h, network/pci.h: New file.
  • network/Makefile.am: Modified to reflect above.
Location:
c/src/libchip
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/libchip/ChangeLog

    rcd66632 r2b947a4  
     12002-07-16      Eric Norum <eric.norum@usask.ca>
     2
     3        * New driver for the Intel EtherExpressPro (82559ER) chip.
     4        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
     5        network/pci.h: New file.
     6        * network/Makefile.am: Modified to reflect above.
     7
    182001-05-14      Till Straumann <strauman@slac.stanford.edu>
    29
  • c/src/libchip/network/Makefile.am

    rcd66632 r2b947a4  
    1010
    1111# add cs8900.c to work with it and make it compile
    12 C_FILES = dec21140.c i82586.c sonic.c
     12C_FILES = dec21140.c i82586.c sonic.c if_fxp.c
    1313C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    1414
    15 include_libchip_HEADERS = cs8900.h i82586var.h sonic.h
     15include_libchip_HEADERS = cs8900.h i82586var.h if_fxpvar.h sonic.h
    1616
    1717OBJS = $(C_O_FILES)
     
    5353
    5454EXTRA_DIST = README README.cs8900 README.dec21140 README.i82586 README.sonic \
    55     cs8900.c dec21140.c i82586.c sonic.c
     55    cs8900.c dec21140.c i82586.c if_fxp.c sonic.c
    5656
    5757include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.