From owner-freebsd-current Sun Dec 6 00:21:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01797 for freebsd-current-outgoing; Sun, 6 Dec 1998 00:21:29 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pyrl.eye (ppp-121.isl.net [199.3.25.121]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01792 for ; Sun, 6 Dec 1998 00:21:27 -0800 (PST) (envelope-from ortmann@sparc.isl.net) Received: (from ortmann@localhost) by pyrl.eye (8.9.1/8.9.1) id CAA00821; Sun, 6 Dec 1998 02:21:02 -0600 (CST) (envelope-from ortmann) From: Daniel Ortmann Message-Id: <199812060821.CAA00821@pyrl.eye> Subject: Re: Bug in i386/apm/apm.c? In-Reply-To: <199812040834.TAA13942@godzilla.zeta.org.au> from Bruce Evans at "Dec 4, 1998 7:34:21 pm" To: bde@zeta.org.au (Bruce Evans) Date: Sun, 6 Dec 1998 02:21:00 -0600 (CST) Cc: archie@whistle.com, freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (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; > > PR: 8280 Could this also be related to PR: "kern/8940"? -- Daniel Ortmann IBM Circuit Technology 2414 30 av NW, #D E315, bldg 040-2 Rochester, MN 55901 3605 Hwy 52 N 507.288.7732 (h) 507.253.6795 (w) ortmann@isl.net ortmann@us.ibm.com -- "The answers are so simple and we all know where to look, but it's easier just to avoid the question." -- Kansas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message