From owner-cvs-sys Tue Mar 19 09:06:00 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA15591 for cvs-sys-outgoing; Tue, 19 Mar 1996 09:06:00 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA15568 Tue, 19 Mar 1996 09:05:53 -0800 (PST) Date: Tue, 19 Mar 1996 09:05:53 -0800 (PST) From: Nate Williams Message-Id: <199603191705.JAA15568@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/apm apm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/03/19 09:05:53 Branch: sys/i386/apm RELENG_2_1_0 Modified: sys/i386/apm apm.c Log: Bring in changes from the HEAD. - Fix the APM 'idle/busy' functions. - Call apm_int() instead of doing direct assembly calls. - Added kernel compile time failure if more than one APM device is configured. - Always enable interrupts before calling the APM idle/busy routines. - Minor bugfixes from the recent PC-CARD release. Revision Changes Path 1.12.4.8 +43 -19 src/sys/i386/apm/apm.c