summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 85658586cb..81651a270e 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,6 +1,11 @@
2009-09-11 Till Straumann <strauman@slac.stanford.edu>
- * irq/openpic_i8259_irq.c: Do not include <bsp/VMEConfig.h>
+ * shared/openpic/openpic.c: include the more generic <rtems/pci.h>
+ rather than <bsp/pci.h>.
+
+2009-09-11 Till Straumann <strauman@slac.stanford.edu>
+
+ * shared/irq/openpic_i8259_irq.c: Do not include <bsp/VMEConfig.h>
if the bsp.h defines HAVE_NO_VME so that BSPs w/o VME do not
have to create a dummy VMEConfig.h header.