summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/io.c
diff options
context:
space:
mode:
authorChristopher Kerl <zargyyoyo@gmail.com>2012-12-07 09:49:54 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-07 09:49:54 -0500
commit4c98a3ea294f3eb0cbaae4153c47eb45728613ac (patch)
tree897abe1cfe7b6a78859f77810c16a8a24fcd0456 /cpukit/sapi/src/io.c
parentbsps/powerpc: Use explicit compiler options (diff)
downloadrtems-4c98a3ea294f3eb0cbaae4153c47eb45728613ac.tar.bz2
sapi misc: Clean up Doxygen GCI task #1
http://www.google-melange.com/gci/task/view/google/gci2012/8011204
Diffstat (limited to 'cpukit/sapi/src/io.c')
-rw-r--r--cpukit/sapi/src/io.c29
1 files changed, 8 insertions, 21 deletions
diff --git a/cpukit/sapi/src/io.c b/cpukit/sapi/src/io.c
index 47793c3036..e01417bfe4 100644
--- a/cpukit/sapi/src/io.c
+++ b/cpukit/sapi/src/io.c
@@ -1,6 +1,12 @@
-/*
- * Input/Output Manager - Initialize Device Driver Subsystem
+/**
+ * @file
+ *
+ * @brief Initialization of Device Drivers
*
+ * @ingroup ClassicIO
+ */
+
+/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
@@ -22,15 +28,6 @@
#include <string.h>
-/*
- * _IO_Manager_initialization
- *
- * The IO manager has been extended to support runtime driver
- * registration. The driver table is now allocated in the
- * workspace.
- *
- */
-
void _IO_Manager_initialization(void)
{
uint32_t index;
@@ -80,16 +77,6 @@ void _IO_Manager_initialization(void)
_IO_Driver_address_table[index] = driver_table[index];
}
-/*
- * _IO_Initialize_all_drivers
- *
- * This routine initializes all device drivers
- *
- * Input Paramters: NONE
- *
- * Output Parameters: NONE
- */
-
void _IO_Initialize_all_drivers( void )
{
rtems_device_major_number major;