Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 1998 02:21:00 -0600 (CST)
From:      Daniel Ortmann <ortmann@sparc.isl.net>
To:        bde@zeta.org.au (Bruce Evans)
Cc:        archie@whistle.com, freebsd-current@FreeBSD.ORG
Subject:   Re: Bug in i386/apm/apm.c?
Message-ID:  <199812060821.CAA00821@pyrl.eye>
In-Reply-To: <199812040834.TAA13942@godzilla.zeta.org.au> from Bruce Evans at "Dec 4, 1998  7:34:21 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> >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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812060821.CAA00821>