From owner-freebsd-current Sat Oct 17 22:18:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09286 for freebsd-current-outgoing; Sat, 17 Oct 1998 22:18:26 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA09275 for ; Sat, 17 Oct 1998 22:18:22 -0700 (PDT) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.1/8.8.5) with ESMTP id BAA00353; Sun, 18 Oct 1998 01:16:52 -0400 (EDT) Date: Sun, 18 Oct 1998 01:16:52 -0400 (EDT) From: Chuck Robey To: Peter Wemm cc: Tom Jackson , Karl Pielorz , freebsd-current@FreeBSD.ORG Subject: Re: panic In-Reply-To: <199810180428.MAA16935@spinner.netplex.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 18 Oct 1998, Peter Wemm wrote: > Tom Jackson wrote: > [..] > > options GPL_MATH_EMULATE #Support for x87 GPL emulation > > #options MATH_EMULATE # x87 emulation > > > Ahh shit! > sys/gnu/i386/fpuemul/fpu_entry.c: > > moduledata_t gnufpumod = { > "gnufpu", > gnufpu_modevent, > 0 > }; > DECLARE_MODULE(gnufpu, gnufpu_modevent, SI_SUB_PSEUDO, SI_ORDER_ANY); > > The declaration should be: > DECLARE_MODULE(gnufpu, gnufpumod, SI_SUB_PSEUDO, SI_ORDER_ANY); > > This would explain a few things... The function address is being passed in > instead of the parameter block. > > If you need it, try using plain MATH_EMULATE, or try the fix above. Tried, verified, works! Got the patch offa freefall (couldn't wait for cvsup, wouldn't anyhow). Ummmm ... Peter ... who tells Jordan? > > Cheers, > -Peter > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic (FreeBSD-current) (301) 220-2114 | and jaunt (NetBSD). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message