From owner-cvs-sys Fri Sep 27 06:39:44 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA17893 for cvs-sys-outgoing; Fri, 27 Sep 1996 06:39:44 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA16731; Fri, 27 Sep 1996 06:38:10 -0700 (PDT) Date: Fri, 27 Sep 1996 06:38:10 -0700 (PDT) From: Peter Wemm Message-Id: <199609271338.GAA16731@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/27 06:38:07 Modified: sys/i386/i386 machdep.c Log: part 2 of the bsdi compat tweak attempt. I believe that BSDI use both lcall 7,0 (ie: ldt slot 0) and lcall 0x87,0 (ldt slot 16, it's shifted three bits to the left). I was fiddling with this so long ago, I don't recall the specifics. Revision Changes Path 1.205 +4 -1 src/sys/i386/i386/machdep.c