From owner-cvs-all Tue Aug 24 23:46: 1 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 98AF814C35; Tue, 24 Aug 1999 23:45:59 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA03877; Tue, 24 Aug 1999 23:44:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199908250644.XAA03877@freefall.freebsd.org> From: Peter Wemm Date: Tue, 24 Aug 1999 23:44:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 bios.c bioscall.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/08/24 23:44:32 PDT Modified files: sys/i386/i386 bios.c bioscall.s Log: Use the far jump for the base of the page arithmatic rather than the calling function, otherwise Bad Things Happen(tm) when bios16_call is not in the same page as bios_jmp. Reviewed by: msmith Revision Changes Path 1.20 +3 -3 src/sys/i386/i386/bios.c 1.4 +4 -3 src/sys/i386/i386/bioscall.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message