From owner-cvs-all@FreeBSD.ORG Sat Oct 4 15:04:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80A0716A4B3; Sat, 4 Oct 2003 15:04:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D5243FBF; Sat, 4 Oct 2003 15:04:54 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h94M4sXJ037136; Sat, 4 Oct 2003 15:04:54 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h94M4sCW037135; Sat, 4 Oct 2003 15:04:54 -0700 (PDT) (envelope-from peter) Message-Id: <200310042204.h94M4sCW037135@repoman.freebsd.org> From: Peter Wemm Date: Sat, 4 Oct 2003 15:04:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 locore.s machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 22:04:55 -0000 peter 2003/10/04 15:04:54 PDT FreeBSD src repository Modified files: sys/i386/i386 locore.s machdep.c Log: Fix the apm problem for real. We leave the first 4K page for the bios to work in, but we had it mapped read-only. While this has always been the case, the PG_PS enable hack hid it and the apm bios code ended up taking advantage of it. Revision Changes Path 1.178 +0 -5 src/sys/i386/i386/locore.s 1.574 +6 -0 src/sys/i386/i386/machdep.c