summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/if_fxp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-251-12/+12
| | | | * network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
* 2003-02-20 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-02-201-5/+21
| | | | | | | PR 354/networkign * network/if_fxp.c (Intel eepro network driver): re-enabled the chip against a table of supported chips. The untested ones are still commented out, however.
* 2002-07-16 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-07-161-0/+2294
* 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.