summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/uC5282/ChangeLog')
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/ChangeLog b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
index e0bba2f3b7..321d9aecbe 100644
--- a/c/src/lib/libbsp/m68k/uC5282/ChangeLog
+++ b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
@@ -1,3 +1,16 @@
+2006-12-14 Till Straumann <strauman@slac.stanford.edu>
+
+ * startup/bspstart.c: Changed BSP_installVME_isr() so that
+ the special handling of a 'FPGA interrupt' [this FPGA is *not*
+ present on the uC5282 module but is externally connected to
+ IRQ1 on Eric Norum's particular 'motherboard'] is only
+ activated when connecting to the special vectors > 192.
+ The change allows us ordinary users [:-)] to use IRQ1
+ normally, simply by connecting an ISR to vector 64+1...
+ Also, BSP_enable_irq_at_pic(), BSP_disable_irq_at_pic(),
+ BSP_irq_is_enabled_at_pic() were introduced (compat. with
+ some PPC BSPs).
+
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.