From owner-cvs-sys Wed Apr 9 12:22:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA10245 for cvs-sys-outgoing; Wed, 9 Apr 1997 12:22:42 -0700 (PDT) Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA10226; Wed, 9 Apr 1997 12:22:22 -0700 (PDT) Received: (from guido@localhost) by gvr.win.tue.nl (8.8.5/8.8.2) id VAA29296; Wed, 9 Apr 1997 21:22:13 +0200 (MET DST) From: Guido van Rooij Message-Id: <199704091922.VAA29296@gvr.win.tue.nl> Subject: Re: cvs commit: src/sys/i386/i386 genassym.c machdep.c trap.c src/sys/i386/include pcb.h In-Reply-To: <199704070645.XAA26063@freefall.freebsd.org> from Peter Wemm at "Apr 6, 97 11:45:20 pm" To: peter@freefall.freebsd.org (Peter Wemm) Date: Wed, 9 Apr 1997 21:22:13 +0200 (MET DST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > This change makes VM86 mode harder, but the following commits will remove > a lot of constraints for the VM86 system, including the possibility of > extending the pcb for an IO port map etc. Yes! Finally get rid of the old /dev/io hack ;-) -Guido