From bf2c3f8baf2fcf8518b23eee9f886a12811dd5f9 Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Mon, 13 Apr 2015 10:47:22 +0200 Subject: DRVMGR: updated README --- cpukit/libdrvmgr/README | 7 ++++--- 1 file 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. -- cgit v1.2.3