summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-10-15 06:30:08 +0000
committerChris Johns <chrisj@rtems.org>2009-10-15 06:30:08 +0000
commit4c397641a8c4b10e5e2cdb291d98edd90a0b18e7 (patch)
tree5cde6d7af83415c8d1be2d5e426ad84b1cc54149 /c/src/lib/libbsp/i386/pc386/ChangeLog
parentRemove (Moved to c/src/lib/libbsp/<cpu>/<bsp>). (diff)
downloadrtems-4c397641a8c4b10e5e2cdb291d98edd90a0b18e7.tar.bz2
2009-10-15 Chris Johns <chrisj@rtems.org>
* ne2000/ne2000.c: Add --ne2k-irq and --ne2k-port boot command line configure options. * ide/ide.c: Fix a bug which left 4 words in the buffer of the disk. Some devices do not follow the standard and terminate the command which a new command occurs and/or low data ready when data is still to be read.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index fa247da788..ea912c22a7 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,13 @@
+2009-10-15 Chris Johns <chrisj@rtems.org>
+
+ * ne2000/ne2000.c: Add --ne2k-irq and --ne2k-port boot command
+ line configure options.
+
+ * ide/ide.c: Fix a bug which left 4 words in the buffer of the
+ disk. Some devices do not follow the standard and terminate the
+ command which a new command occurs and/or low data ready when data
+ is still to be read.
+
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/pc386.cfg: New (relocated from /make/custom).