summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2015-04-13 10:47:22 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2015-04-17 01:10:29 +0200
commitbf2c3f8baf2fcf8518b23eee9f886a12811dd5f9 (patch)
tree3c46622dbb8303276983fa98db448fc5bb418ede
parentDRVMGR: only build on SPARC platform (diff)
downloadrtems-bf2c3f8baf2fcf8518b23eee9f886a12811dd5f9.tar.bz2
DRVMGR: updated README
-rw-r--r--cpukit/libdrvmgr/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/libdrvmgr/README b/cpukit/libdrvmgr/README
index 6e55370fb0..0f7dde638e 100644
--- a/cpukit/libdrvmgr/README
+++ b/cpukit/libdrvmgr/README
@@ -1,7 +1,8 @@
DRIVER MANAGER
==============
-See documentation in Aeroflex Gaisler Driver manual.
+See documentation in Cobham Gaisler Driver manual available at
+http://www.gaisler.com/anonftp/rcc/doc/.
INITIALIZATION
@@ -24,7 +25,7 @@ the Init task is started. This means, for the first case, that
drivers can not use interrupt services until after the
initialization phase is over and the user request services from
the drivers. For the second case of initialization, this means
-that driver must take extra care during initalization when interrupt
+that driver must take extra care during initialization when interrupt
is enabled so that spurious interrupts are not generated and that the
system does not hang in an infinite IRQ loop.
@@ -33,7 +34,7 @@ specifying in which initialization levels IRQ handling is done.
See Level 1 and Level 2 below.
Other differences is that IRQ, System Clock Timer, debug Console
-and Console can be initalized by the help of the driver manager
+and Console can be initialized by the help of the driver manager
when initialized during start up. Between Level0 and Level1 the
RTEMS I/O Manager drivers are initialized. The LEON3 BSP has
therefore two different versions of the basic drivers.