summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/network/network.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23bsps: Move legacy network drivers to bspsSebastian Huber1-1013/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-01-31bsps: Move network define to source filesSebastian Huber1-0/+2
Define __INSIDE_RTEMS_BSD_TCPIP_STACK__ in the network interface driver source files to avoid some build system magic.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-11-02libnetworking: Use system eventsSebastian Huber1-3/+3
Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
2012-05-31Fix C files which had two semi-colons at EOLJoel Sherrill1-1/+1
2011-03-042011-03-04 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill1-8/+1
PR 1738/bsps * clock/clock.c, include/bsp.h, network/network.c: system clock driver programs the PIT w/o assuming the CPU clock frequency being a power of two.
2010-04-272010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-112/+112
* network/network.c: Remove warnings.
2010-04-272010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-63/+63
* network/network.c, startup/bspclean.c, startup/init5282.c: Remove warnings.
2010-04-26 * startup/bspstart.c: Clean up some warnings.Eric Norum1-3/+3
* network/network.c: Fix up full/half duplex printout and some warnings.
2009-11-29Whitespace removal.Ralf Corsepius1-12/+12
2009-07-30Enable data cache.Eric Norum1-6/+2
2008-04-08startup/bspstart.c: Clean up non-FPGA use of EPORT interrupts.Eric Norum1-10/+54
network/network.c: Track half/full-duplex changes from 4.7 branch.
2007-11-262007-11-26 Eric Norum <norume@aps.anl.gov>Joel Sherrill1-2/+2
* network/network.c: Fix LED configuration to match uCDIMM.
2007-03-122007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5282.c, startup/linkcmds, timer/timer.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
2006-01-29Add code to maintain CPU load average.Eric Norum1-1/+2
2005-11-07Assign copyright to OAR since all files descend from OAR's source.Eric Norum1-0/+9
2005-10-26Allow network to be locked at 100/Full.Eric Norum1-4/+17
2005-06-29Drive LEDs with more useful information.Eric Norum1-0/+2
2005-06-29Add duplex negotation support.Eric Norum1-46/+95
2005-06-22Minor tweak to make it easier to insert some code to test realignment.Eric Norum1-2/+2
2005-06-20Clean up transmit buffer realignment.Eric Norum1-68/+73
Many thanks to Mr. Kolja Waschk for identifying the problem.
2005-05-10Poke RDAR/TDAR every time. Add more diagnostic printout.Eric Norum1-6/+26
2005-04-262005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-6/+5
* network/network.c: Eliminate warnings.
2005-04-21Try insructioin-only cache.Eric Norum1-4/+6
2005-04-13Add some more diagnostics. Poke TDAR/RDAR only when necessary.Eric Norum1-5/+18
2005-03-12Add statistics counter for number of transmit bytes realigned.Eric Norum1-19/+22
2005-02-10Name changes.Eric Norum1-1/+1
Add some more system calls.
2005-02-042005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-8/+10
* console/console.c, include/bsp.h, network/network.c, startup/bspstart.c: Remove obsolete fixed size types.
2005-02-03Add support for interrupt controller allocation. This will provides aEric Norum1-1/+3
mechanism for applications to find a free level/priority.
2005-02-02Lock FEC/PHYS at 100 Mbs, full-duplex.Eric Norum1-23/+49
2005-02-02Provide 'last-ditch' hardware address.Eric Norum1-3/+10
2005-02-01Add some bootrom system calls.Eric Norum1-17/+1
2005-02-01Place FEC buffer descriptors in static RAM. No more cache concerns.Eric Norum1-23/+11
2005-01-31Remove diagnostic printf.Eric Norum1-2/+1
2005-01-31Processor doesn't snoop FEC DMA so we must invalidate the cache appropriately.Eric Norum1-16/+33
2005-01-28New BSP for Arcturus uCDIMM ColdFire 5282.Eric Norum1-0/+837