From owner-freebsd-current@FreeBSD.ORG Fri Aug 1 16:22:36 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A735337B401; Fri, 1 Aug 2003 16:22:36 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD63843F85; Fri, 1 Aug 2003 16:22:35 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h71NMVnj002196; Fri, 1 Aug 2003 19:22:31 -0400 (EDT) Date: Fri, 1 Aug 2003 19:22:31 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Julian Elischer In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: current@freebsd.org Subject: Re: NVidia glx stuff dies in sysarch(I386_SET_LDT, ...) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 23:22:37 -0000 On Fri, 1 Aug 2003, Julian Elischer wrote: > > On Fri, 1 Aug 2003, Daniel Eischen wrote: > > > > > Perhaps we need to rethink the interface and disallow specification > > of any ldt; only allow dynamic. We would need a different method of > > setting an array of them, though. > > I think that for now we can allow anything over 6 because we are not a > BSDI binary. That's a quick fix, yes. But I still think we should put things in place to disallow this and favor the dynamic ldt creation. I can only see it rearing its ugly head at some point in the future when our thread libraries get more widespread use. -- Dan Eischen