From owner-cvs-all Thu Sep 2 14: 0:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4E8F15689; Thu, 2 Sep 1999 14:00:49 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA73289; Thu, 2 Sep 1999 13:59:51 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199909022059.NAA73289@freefall.freebsd.org> From: Luoqi Chen Date: Thu, 2 Sep 1999 13:59:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 sys_machdep.c vm86.c src/sys/i386/include sysarch.h vm86.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/09/02 13:59:50 PDT Modified files: sys/i386/i386 sys_machdep.c vm86.c sys/i386/include sysarch.h vm86.h Log: Some reorganization of sysarch() interface: 1. Move definitions of struct i386_*_args to the header file sysarch.h, since they are part of the sysarch API. struct i386_get_ldt_args and i386_set_ldt_args were identical, therefore make them into one struct i386_ldt_args. Libc should use these definitions as well. 2. Return a more sensible EOPNOTSUPP for unknown operations. Reviewed by: marcel Revision Changes Path 1.44 +11 -32 src/sys/i386/i386/sys_machdep.c 1.29 +2 -1 src/sys/i386/i386/vm86.c 1.12 +18 -1 src/sys/i386/include/sysarch.h 1.13 +1 -6 src/sys/i386/include/vm86.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message