summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/csb350/network/network.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move legacy network drivers to bspsSebastian Huber2018-04-231-909/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move network define to source filesSebastian Huber2018-01-311-0/+2
| | | | | Define __INSIDE_RTEMS_BSD_TCPIP_STACK__ in the network interface driver source files to avoid some build system magic.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* libnetworking: Use system eventsSebastian Huber2012-11-021-3/+3
| | | | | | | Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* csb350 - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-2/+14
|
* PR 1993 - Convert MIPS to PIC IRQ modelJennifer Averett2012-04-041-3/+8
|
* 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-281-1/+1
| | | | | | | | * csb350/clock/clockdrv.c, csb350/network/network.c, csb350/start/start.S, csb350/timer/timer.c, genmongoosev/clock/clockdrv.c, genmongoosev/timer/timer.c, jmr3904/timer/timer.c, jmr3904/tools/runtest.in: Fix typo where license said found in found in.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-111-2/+2
| | | | * network/network.c (au1x00_emac_ioctl): Use ioctl_command_t.
* Whitespace removal.Ralf Corsepius2009-11-291-84/+84
|
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-121-1/+1
| | | | | | | | * clock/clockdrv.c, console/console-io.c, include/bsp.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, 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.
* Eliminate unsigned{8|16|32}.Ralf Corsepius2005-05-101-21/+21
|
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-261-9/+9
| | | | | | | * clock/clockdrv.c: Add include of rtems/bspIo.h. * include/tm27.h: Delete TX3904 code and leave stub. * network/network.c: Eliminate warnings. * startup/bspclean.c: Add include of rtems/bspIo.h. Reformat.
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-141-3/+6
| | | | | * include/.cvsignore: Fixed typo. * network/network.c: Now compiles with GCC 4.0.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-251-0/+889
* acinclude.m4: Added csb350 to list of BSPs. * csb350/Makefile.am, csb350/README, csb350/bsp_specs, csb350/configure.ac, csb350/times, csb350/clock/clockdrv.c, csb350/console/console-io.c, csb350/include/bsp.h, csb350/include/tm27.h, csb350/network/network.c, csb350/start/regs.S, csb350/start/start.S, csb350/startup/bspclean.c, csb350/startup/bspstart.c, csb350/startup/linkcmds, csb350/timer/timer.c: New BSP.