summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/shared/tsmac/tsmac.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23bsps: Move legacy network drivers to bspsSebastian Huber1-822/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-01-31bsps: Move network define to source filesSebastian Huber1-0/+1
Define __INSIDE_RTEMS_BSD_TCPIP_STACK__ in the network interface driver source files to avoid some build system magic.
2017-08-25Include missing <rtems/bspIo.h>Sebastian Huber1-0/+1
2017-08-25Include missing <string.h>Sebastian Huber1-0/+1
Update #2133.
2016-07-12Misc: Spell length correctlyJoel Sherrill1-1/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-11-02libnetworking: Use system eventsSebastian Huber1-4/+4
Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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.
2012-04-16lm32: replace lm32_isr with rtems_isrGedare Bloom1-1/+1
2009-11-29Whitespace removal.Ralf Corsepius1-21/+21
2009-11-242009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-5/+2
* shared/tsmac/tsmac.c: Remove unused vars. Let rtems_tsmac_driver_attach return 1.
2008-12-042008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill1-0/+824
* ChangeLog, Makefile.am, README, acinclude.m4, configure.ac, shared/clock/ckinit.c, shared/clock/clock.h, shared/console/console.c, shared/console/uart.c, shared/console/uart.h, shared/start/start.S, shared/startup/bspstart.c, shared/startup/setvec.c, shared/timer/timer.c, shared/tsmac/dp83848phy.h, shared/tsmac/tsmac.c, shared/tsmac/tsmac.h: New files.