summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-04-16 16:00:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-04-16 16:00:41 +0000
commitd42d899877cc885a6ca45f5474d52d934b761fe8 (patch)
treed56cb9aa503b26ee14eb62aca5975f757ccefb21 /c
parent2006-03-07 Till Strauman <strauman@slac.stanford.edu> (diff)
downloadrtems-d42d899877cc885a6ca45f5474d52d934b761fe8.tar.bz2
Fixed formatting.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog2
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/ChangeLog2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/ChangeLog6
-rw-r--r--c/src/lib/libbsp/powerpc/shared/ChangeLog10
6 files changed, 12 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 06222cb344..ace59aca5e 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -20,7 +20,7 @@
2005-09-29 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
- PR649/filesystem
+ PR 649/filesystem
* ide/idecfg.c: added configuration items for primary/secondary
IDE interface
* configure.ac: added configuration items for primary/secondary
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog b/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
index 856dac5ee2..38009dce30 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
@@ -2,7 +2,7 @@
PR 834/bsps
* vectors/vectors.S: reload stack pointer/R1 from exception frame
- instead of adding static offset.
+ instead of adding static offset.
2005-10-06 Till Straumann <strauman@slac.stanford.edu>
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
index e1cdf02419..8608bdf5ee 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
@@ -2,7 +2,7 @@
PR 834/bsps
* vectors/vectors.S: reload stack pointer/R1 from exception frame
- instead of adding static offset.
+ instead of adding static offset.
2005-10-06 Till Straumann <strauman@slac.stanford.edu>
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog b/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog
index 68dd0c4abd..d4d797c689 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog
@@ -2,7 +2,7 @@
PR 834/bsps
* vectors/vectors.S: reload stack pointer/R1 from exception frame
- instead of adding static offset.
+ instead of adding static offset.
2005-10-06 Till Straumann <strauman@slac.stanford.edu>
diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog
index a43154072a..9acf327d36 100644
--- a/c/src/lib/libbsp/powerpc/psim/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog
@@ -2,12 +2,12 @@
PR 834/bsps
* vectors/vectors.S: reload stack pointer/R1 from exception frame
- instead of adding static offset.
+ instead of adding static offset.
2005-04-11 Jennifer Averett <jennifer@OARcorp.com>
- PR 777/bsps
- * include/bsp.h: Add a Processor_Synchronize command in bsp.h
+ PR 777/bsps
+ * include/bsp.h: Add a Processor_Synchronize command in bsp.h
2005-03-17 Joel Sherrill <joel@OARcorp.com>
diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog
index dbc465741b..e72c7bdba5 100644
--- a/c/src/lib/libbsp/powerpc/shared/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog
@@ -8,16 +8,16 @@
2005-11-08 Till Straumann <strauman@slac.stanford.edu>
PR 837/bsps
- * startup/bspstart.c, pci/detect_raven_bridge.c: make sure exceptions_in_RAM
- flag is set prior to initializing exception handling. Keep MCP disabled for
- memory probes :-( (the raven would otherwise fault on PCI config space access
- to empty slots).
+ * startup/bspstart.c, pci/detect_raven_bridge.c: Make sure
+ exceptions_in_RAM flag is set prior to initializing exception
+ handling. Keep MCP disabled for memory probes :-( (the raven would
+ otherwise fault on PCI config space access to empty slots).
2005-11-07 Till Straumann <strauman@slac.stanford.edu>
PR 834/bsps
* vectors/vectors.S: reload stack pointer/R1 from exception frame
- instead of adding static offset.
+ instead of adding static offset.
2005-10-06 Till Straumann <strauman@slac.stanford.edu>