From owner-cvs-all Tue Aug 24 9:22:13 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 D970E159CA; 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 IAA02933; Tue, 24 Aug 1999 08:53:53 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <199908241553.IAA02933@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Tue, 24 Aug 1999 08:53:53 -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:53:53 PDT Modified files: (Branch: RELENG_3) sys/i386/apm apm.c Log: MFC: apm.c: 1.98->1.99 - Add apm_check_function_supported() and call it from apm_bioscall() to check requested BIOS is supported or not. - Add workaround in apm_driver_version() for the buggy BIOSes which don't return the connection version in %ax. Revision Changes Path 1.77.2.3 +93 -7 src/sys/i386/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message