summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-10-08 07:15:08 +0000
committerChris Johns <chrisj@rtems.org>2009-10-08 07:15:08 +0000
commitc1fc5d470913c6824f2ab673c9d69e7d3920a4df (patch)
treec29677690b67d713759d6b0a4864a4f487b17686 /c/src/lib/libbsp/i386/pc386/ChangeLog
parent2009-10-08 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-c1fc5d470913c6824f2ab673c9d69e7d3920a4df.tar.bz2
2009-10-08 Chris Johns <chrisj@rtems.org>
* ide/ide.c: Fixed more IDE driver bugs. The driver can transfer 64K in a single write on my test PC and qemu with this driver. The driver only checks the data ready bit at the start of each 512 block being transfered. This has speed the transfer loop up. Fixed the timing so the BSP timer is used until RTEMS has started.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 941fcb9c0f..a02aa5908a 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-08 Chris Johns <chrisj@rtems.org>
+
+ * ide/ide.c: Fixed more IDE driver bugs. The driver can transfer
+ 64K in a single write on my test PC and qemu with this driver. The
+ driver only checks the data ready bit at the start of each 512
+ block being transfered. This has speed the transfer loop up. Fixed
+ the timing so the BSP timer is used until RTEMS has started.
+
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.c, console/serial_mouse.c: Reflect