From owner-cvs-all Sun Aug 29 8:13:55 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 F091F15288; Sun, 29 Aug 1999 08:13:52 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA71640; Sun, 29 Aug 1999 08:12:03 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <199908291512.IAA71640@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Sun, 29 Aug 1999 08:12:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/apm apm.c src/sys/i386/conf LINT src/sys/i386/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk iwasaki 1999/08/29 08:12:02 PDT Modified files: (Branch: RELENG_3) sys/i386/apm apm.c sys/i386/conf LINT sys/i386/i386 machdep.c Log: MFC: bios32() equivalent Fix (1.93 -> 1.98) - Set segment limits to 64k byte as default. For compatibility with the previous apm device driver, new flags value is prepared. - Delete unnecessary apm_event_enable() in attach function. It should be called only by apmconf -e. - Fix segment descriptor for APM, especially limit granularity. Following segment selector setting in bios32() family, some values in gdt_segs[] were fixed. APM BIOS reports its segment limits in byte units, so the limit granularity for APM is byte units, not page units. Reviewed by: imp and jlemon Revision Changes Path 1.77.2.5 +8 -3 src/sys/i386/apm/apm.c 1.539.2.34 +4 -1 src/sys/i386/conf/LINT 1.322.2.7 +8 -8 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message