Date: Thu, 3 Dec 1998 23:10:03 -0800 (PST) From: Archie Cobbs <archie@whistle.com> To: freebsd-current@FreeBSD.ORG Subject: Bug in i386/apm/apm.c? Message-ID: <199812040710.XAA25670@bubba.whistle.com>
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; -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?199812040710.XAA25670>