From owner-cvs-all Tue Aug 24 9:23:23 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 494D5159CE; Tue, 24 Aug 1999 09:20:52 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA02181; Tue, 24 Aug 1999 08:44:35 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <199908241544.IAA02181@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Tue, 24 Aug 1999 08:44:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/apm apm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk iwasaki 1999/08/24 08:44:35 PDT Modified files: (Branch: RELENG_3) sys/i386/apm apm.c Log: MFC: apm.c: 1.80->1.81, 1.83->1.84, 1.85->1.86 - Now that each cpu has its own gdt table, we need to setup apm gdt entries in all the tables. - Make apm_probe() properly return an error code when APM BIOS calls failed, so that the apm driver won't be attached. Revision Changes Path 1.77.2.1 +22 -5 src/sys/i386/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message