summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/libbsdport/alldrv.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-202009-10-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+0
* libbsdport/alldrv.c: Revert.
2009-10-202009-10-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+2
* if_bge/if_bge.c, libbsdport/alldrv.c: Add local changes (untested).
2009-10-202009-10-20 Chris Johns <chrisj@rtems.org>Chris Johns1-0/+3
* bsd_eth_drivers/libbsdport/sysbus.cL Fixed the print message for no IRQ handler. * bsd_eth_drivers/libbsdport/misc.c: Add m_defrag and what else it needed. The RL driver needs it. * bsd_eth_drivers/libbsdport/libbsdport_post.h: Remove the define for m_defrag. * bsd_eth_drivers/libbsdport/libbsdport.h: Add if_maddr_rlock and if_maddr_runlock. * bsd_eth_drivers/libbsdport/bus.h: Add the bus_space_write_stream_4 call. * bsd_eth_drivers/libbsdport/libbsdport_post.h, bsd_eth_drivers/libbsdport/alldrv.c, bsd_eth_drivers/if_re/Makefile.am: Add RL driver support. * bsd_eth_drivers/if_re/if_re.c, bsd_eth_drivers/if_re/if_rlreg.h: Updated to the lastest version. * bsd_eth_drivers/if_re/if_rl.c: New. This is for the Realtek 8129/8139 PCI NIC while the RE driver does only the 8139C+ version.
2009-08-052009-08-05 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann1-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-042009-06-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+2
* libbsdport/alldrv.c, libbsdport/libbsdport_api.h: Add include <stdio.h> for FILE *.
2009-04-23 - make entries in default driver table all weak aliases toTill Straumann1-2/+25
a sentinel. If the user decides only to link a subset of driver the probe algorithm skips entries matching the sentinel.
2009-04-22 - importing updated version from SLAC as of 20090422Till Straumann1-1/+0
2009-02-202009-02-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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.