summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-07-23 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2010-07-231-0/+4
| | | | * libbsdport/devicet.c: Initialize libbspExt.
* *** empty log message ***Till Straumann2010-06-301-0/+12
|
* 2010-03-07 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2010-03-071-0/+4
| | | | * links.am: POSIXified sed commands for sake of portability.
* 2010-02-12 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2010-02-121-0/+5
| | | | | * libbsdport/Makefile.am: Removed obsolete (and commented) stuff.
* 2009-10-20 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-10-201-0/+9
| | | | | | | | | * libbsdport/libbsdport.h, if_em/e1000_osdep.h: We need __BSD_VISIBLE defined. Some things in the rtems headers changed with 4.10 (can't pinpoint the details). We now #define __INSIDE_RTEMS_BSD_TCPIP_STACK__ before explicitly including <rtems/rtems_bsdnet.h> and this seemed to fix things for 4.10.
* 2009-10-20 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-10-201-0/+31
| | | | | | | * if_bge/if_bge.c: bge_intr must be passed as a 'handler' to bus_setup_intr(). However, the irq_check_dis and irq_enable methods seem to still be skeletons so this driver won't work... (I have no hardware or emulation available to test).
* 2009-10-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-201-0/+4
| | | | * libbsdport/alldrv.c: Revert.
* 2009-10-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-201-0/+4
| | | | * if_bge/if_bge.c, libbsdport/alldrv.c: Add local changes (untested).
* 2009-09-12 Chris Johns <chrisj@rtems.org>Chris Johns2009-10-121-0/+4
| | | | * links.am: Fixed the links so they work with absolute paths.
* 2009-08-15 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-08-151-0/+5
| | | | | * if_re/Makefile.am: added 'if_rlreg.h' to SOURCES so that it is 'distributed'.
* 2009-08-15 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-08-151-0/+5
| | | | | * if_em/31000_osdep.h: added missing 'void' return type of __out_le32() inline function.
* 2009-08-06 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-08-061-0/+10
| | | | | | | | | | * libbsdport/rtems_callout.c: fixed possible race condition. callout_stop() must check again from critical/protected section of code if callout is still on the list/active. Otherwise, the callout-task could have executed and removed the callout between callout_stop() checking the p_prev pointer and entering the critical section.
* 2009-08-05 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-08-051-0/+12
| | | | | | | | | | | | * if_em/Makefile.am, if_em/e1000_osdep.h, if_em/if_em.c: Changed 'e1000_osdep.h' to provide stdalone I/O methods for select architectures (x86 and PPC -- others fall back on libbsdport/bus.h). This lets the low-level driver (everything except for 'if_em.c/if_em.h') API be independent of BSD networking and libbsdport which is desirable since certain applications may wish to just use the low-level API for implementing dedicated 'raw-ethernet' drivers for BSD-independent, proprietary GigE communication.
* 2009-08-05 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-08-051-0/+7
| | | | | | * 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-08-05 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-08-051-0/+4
| | | | | * libbsdport/libbsdport.h: define _KERNEL only if not defined already (e.g., from Makefile).
* 2009-06-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-041-0/+5
| | | | | * libbsdport/alldrv.c, libbsdport/libbsdport_api.h: Add include <stdio.h> for FILE *.
* 2009/05/12 (TS)Till Straumann2009-05-131-0/+2
| | | | - bugfix: bus_write_2() must map to bus_space_write_2 (not 4)
* *** empty log message ***Till Straumann2009-04-231-0/+2
|
* - importing updated version from SLAC as of 20090422Till Straumann2009-04-221-0/+20