summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-14 22:43:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-14 22:43:10 +0000
commit37bb9bfd027f9ceb5d6293cd4cfa3dce2ac95482 (patch)
tree944d3306d497a572717c161a29f918cefc61d273 /c/src/lib/libbsp/i386/pc386/ChangeLog
parent2002-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-37bb9bfd027f9ceb5d6293cd4cfa3dce2ac95482.tar.bz2
2002-08-14 Joel Sherrill <joel@OARcorp.com>
* start/start16.S: Per PR259, added code to test for video present before touching the adapter. Eric Norum <eric.norum@usask.ca> tested this patch.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index dca910e277..2313a43812 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,9 @@
+2002-08-14 Joel Sherrill <joel@OARcorp.com>
+
+ * start/start16.S: Per PR259, added code to test for video present
+ before touching the adapter. Eric Norum <eric.norum@usask.ca>
+ tested this patch.
+
2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/ps2_mouse.c: Include <string.h> (for abort/exit).