summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-04-01 22:10:40 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:07 +0200
commit123d406152b033dc321d57cd86e45d058746547c (patch)
treee6b3c96e63ed7d973760e0f7290e573e24777d18 /ChangeLog
parent861203044a89a8e0cb9b6e0200aad791ee9e5804 (diff)
2007-04-02 Thomas Schwinge <tschwinge@gnu.org>
* i386/i386/io_emulate.c: Remove file. * i386/i386/io_emulate.h: Likewise. * i386/i386at/iopl.c: Likewise. * i386/Makefrag.am (libkernel_a_SOURCES): Remove the aforementioned files. * i386/i386/trap.c: Don't include <i386/io_emulate.h>. (v86_assist, check_io_fault): Remove functions. (user_trap): Remove the code referencing the above functions. * i386/i386at/conf.c (dev_name_list): Remove the `iopl' device. * DEVELOPMENT: Document this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f110731..ab541e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-04-02 Thomas Schwinge <tschwinge@gnu.org>
+
+ * i386/i386/io_emulate.c: Remove file.
+ * i386/i386/io_emulate.h: Likewise.
+ * i386/i386at/iopl.c: Likewise.
+ * i386/Makefrag.am (libkernel_a_SOURCES): Remove the aforementioned
+ files.
+ * i386/i386/trap.c: Don't include <i386/io_emulate.h>.
+ (v86_assist, check_io_fault): Remove functions.
+ (user_trap): Remove the code referencing the above functions.
+ * i386/i386at/conf.c (dev_name_list): Remove the `iopl' device.
+ * DEVELOPMENT: Document this.
+
2007-03-30 Thomas Schwinge <tschwinge@gnu.org>
* Makefile.am (gnumach_o_LINK): Remove ``--start-group''.