Formatting.

This commit is contained in:
Joel Sherrill
2006-02-01 18:38:30 +00:00
parent e1dd8181d1
commit b8b8d34459
2 changed files with 13 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
2006-01-29 Eric Norum <norume@aps.anl.gov> 2006-01-29 Eric Norum <norume@aps.anl.gov>
* clock/clock.c, network/network.c, startup/bspstart.c: * clock/clock.c, network/network.c, startup/bspstart.c:
Add an 'extended BSP' routine which returns the CPU load average. Add an 'extended BSP' routine which returns the CPU load average.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org> 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>

View File

@@ -4,18 +4,19 @@
Added 2F address modifier for VME64 CSR access. Added 2F address modifier for VME64 CSR access.
2006-01-11 Till Straumann <strauman@slac.stanford.edu> 2006-01-11 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h, * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h, vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
vmeUniverse/vme_amd_defs.h: No longer enable posted-writes vmeUniverse/vme_amd_defs.h: No longer enable posted-writes
on master windows (creates race-condition on memory-mapped on master windows (creates race-condition on memory-mapped
devices). A new flag allows for signalling that a window devices). A new flag allows for signalling that a window
maps 'ordinary memory'. Disable VME IRQ level if no maps 'ordinary memory'. Disable VME IRQ level if no
handler is registered with interrupting vector. handler is registered with interrupting vector.
2006-01-11 Till Straumann <strauman@slac.stanford.edu> 2006-01-11 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h: * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:
Eliminate obsolete types. Eliminate obsolete types.
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
@@ -41,9 +42,9 @@
2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com> 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>
PR 779/bsp PR 779/bsp
* vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt
handlers in powerpc bsps handlers in powerpc bsps
2005-03-14 Joel Sherrill <joel@OARcorp.com> 2005-03-14 Joel Sherrill <joel@OARcorp.com>
@@ -61,7 +62,7 @@
2004-11-20 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> 2004-11-20 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 703/filesystem PR 703/filesystem
* ide_ctrl.c: Extend the "modes_available" and "mode_active" * ide_ctrl.c: Extend the "modes_available" and "mode_active"
parameters to uint16_t for UDMA support. parameters to uint16_t for UDMA support.