summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
index 64d25ade90..33d57d5652 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
@@ -1,3 +1,11 @@
+ Eliminated the implicit assumption on the presence of an ISA PIC.
+ - UART and console driver now supports more than 1 port. The current
+ maximum of 2 can easily be extended by enlarging a table (it
+ would even be easier if the ISR API was not broken by design).
+ - fixed polled_io.c so it correctly supports console on COM2
+ - fixed TLB invalidation code (start.S).
+ - exception handler prints a stack backtrace.
+ - added BSP_pciFindDevice() to scan the pci bus for a particular
vendor/device/instance.
2001-05-09 Joel Sherrill <joel@OARcorp.com>