summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/libbsdport/alldrv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-08-05 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-08-051-2/+0
| | | | | | * libbsdport/alldrv.c: reactivate weak aliases for all known/supported drivers. This magic allows the user to just link the desired (sub-)set of drivers.
* 2009-06-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-041-0/+2
| | | | | * libbsdport/alldrv.c, libbsdport/libbsdport_api.h: Add include <stdio.h> for FILE *.
* - make entries in default driver table all weak aliases toTill Straumann2009-04-231-2/+25
| | | | | | a sentinel. If the user decides only to link a subset of driver the probe algorithm skips entries matching the sentinel.
* 2009-02-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-201-0/+1
| | | | | | | | | | * configure.ac, bsd_eth_drivers/Makefile.am, bsd_eth_drivers/libbsdport/alldrv.c, bsd_eth_drivers/libbsdport/libbsdport_api.h: Add first cut at Broadcomm BCM57xx driver. * bsd_eth_drivers/if_bge/.cvsignore, bsd_eth_drivers/if_bge/Makefile.am, bsd_eth_drivers/if_bge/if_bge.c, bsd_eth_drivers/if_bge/if_bgereg.h: New files.
* Initial import.initialJoel Sherrill2009-02-191-0/+16