From owner-freebsd-current Sun Dec 6 00:57:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03505 for freebsd-current-outgoing; Sun, 6 Dec 1998 00:57:50 -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 AAA03500 for ; Sun, 6 Dec 1998 00:57:49 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id AAA13839; Sun, 6 Dec 1998 00:56:29 -0800 (PST) Received: from bubba.whistle.com( 207.76.205.7) by whistle.com via smap (V2.0) id xma013837; Sun, 6 Dec 98 00:56:19 -0800 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id AAA11754; Sun, 6 Dec 1998 00:56:19 -0800 (PST) From: Archie Cobbs Message-Id: <199812060856.AAA11754@bubba.whistle.com> Subject: Re: Bug in i386/apm/apm.c? In-Reply-To: <199812060821.CAA00821@pyrl.eye> from Daniel Ortmann at "Dec 6, 98 02:21:00 am" To: ortmann@sparc.isl.net (Daniel Ortmann) Date: Sun, 6 Dec 1998 00:56:18 -0800 (PST) Cc: bde@zeta.org.au, freebsd-current@FreeBSD.ORG 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 Daniel Ortmann writes: > > >--- 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; > > > > PR: 8280 > > Could this also be related to PR: "kern/8940"? Could be I guess (I don't know from apm).. can you apply the patch and see if it fixes your problem? -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