Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 1998 00:56:18 -0800 (PST)
From:      Archie Cobbs <archie@whistle.com>
To:        ortmann@sparc.isl.net (Daniel Ortmann)
Cc:        bde@zeta.org.au, freebsd-current@FreeBSD.ORG
Subject:   Re: Bug in i386/apm/apm.c?
Message-ID:  <199812060856.AAA11754@bubba.whistle.com>
In-Reply-To: <199812060821.CAA00821@pyrl.eye> from Daniel Ortmann at "Dec 6, 98 02:21:00 am"

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



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