Date: Fri, 4 Dec 1998 19:34:21 +1100 From: Bruce Evans <bde@zeta.org.au> To: archie@whistle.com, freebsd-current@FreeBSD.ORG Subject: Re: Bug in i386/apm/apm.c? Message-ID: <199812040834.TAA13942@godzilla.zeta.org.au>
next 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 Bruce 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?199812040834.TAA13942>