summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/iounregisterdriver.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-28sapi/src/*.c: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2020-12-02sapi: Canonicalize @defgroup and @file commentsSebastian Huber1-2/+3
Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group and file brief descriptions. Update #3706.
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2016-03-17sapi: Include missing header fileSebastian Huber1-0/+1
2016-03-14score: Use ISR lock for IO driver registrationSebastian Huber1-5/+5
Create implementation header file. Update #2555.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber1-2/+2
2012-12-07sapi misc: Clean up Doxygen GCI task #1Christopher Kerl1-15/+8
http://www.google-melange.com/gci/task/view/google/gci2012/8011204
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.
2009-10-092009-10-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill1-0/+9
* cpukit/sapi/include/rtems/io.h: Documentation. * cpukit/sapi/src/ioregisterdriver.c: Call from interrupt context is an error. * cpukit/sapi/src/iounregisterdriver.c: Disable preemption during critical section.
2007-05-292007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+48
* sapi/Makefile.am, sapi/include/rtems/io.h, sapi/src/io.c: Split into one function per file execpt io.c which contains required initialization methods. * sapi/src/ioclose.c, sapi/src/iocontrol.c, sapi/src/iodata.c, sapi/src/ioinitialize.c, sapi/src/ioopen.c, sapi/src/ioread.c, sapi/src/ioregisterdriver.c, sapi/src/iounregisterdriver.c, sapi/src/iowrite.c: New files.