summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
diff options
context:
space:
mode:
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).