From owner-freebsd-current Thu Dec 3 23:11:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29673 for freebsd-current-outgoing; Thu, 3 Dec 1998 23:11:15 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29668 for ; Thu, 3 Dec 1998 23:11:14 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id XAA22955 for ; Thu, 3 Dec 1998 23:10:22 -0800 (PST) Received: from bubba.whistle.com( 207.76.205.7) by whistle.com via smap (V2.0) id xma022950; Thu, 3 Dec 98 23:10:03 -0800 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id XAA25670 for freebsd-current@freebsd.org; Thu, 3 Dec 1998 23:10:03 -0800 (PST) From: Archie Cobbs Message-Id: <199812040710.XAA25670@bubba.whistle.com> Subject: Bug in i386/apm/apm.c? To: freebsd-current@FreeBSD.ORG Date: Thu, 3 Dec 1998 23:10:03 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This looks like a bug... --- apm.c Thu Dec 3 23:09:47 1998 +++ apm.c.new Thu Dec 3 23:09:44 1998 @@ -795,7 +795,7 @@ sc->ds_base = (apm_ds_base << 4) + APM_KERNBASE; sc->cs32_limit = apm_cs32_limit - 1; if (apm_cs16_limit == 0) - apm_cs16_limit == apm_cs32_limit; + apm_cs16_limit = apm_cs32_limit; sc->cs16_limit = apm_cs16_limit - 1; sc->ds_limit = apm_ds_limit - 1; sc->cs_entry = apm_cs_entry; -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message