From owner-cvs-sys Wed Jul 10 08:10:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA17572 for cvs-sys-outgoing; Wed, 10 Jul 1996 08:10:17 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA17454; Wed, 10 Jul 1996 08:09:56 -0700 (PDT) Date: Wed, 10 Jul 1996 08:09:56 -0700 (PDT) From: Nate Williams Message-Id: <199607101509.IAA17454@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/apm apm.c apm_setup.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/07/10 08:09:54 Modified: sys/i386/apm apm.c apm_setup.s Log: Whee. Fix two bugs which ended up cancelling each other out. apm_setup.s was storing apm_cs16_base and apm_cs32_base addresses in each others slots, and apm.c was reversing the result so the bugs cancelled out, but the code looked wrong. No functional differences unfortunately. Submitted by: dave edmondson Revision Changes Path 1.45 +3 -3 src/sys/i386/apm/apm.c 1.7 +3 -3 src/sys/i386/apm/apm_setup.s