From owner-freebsd-current Sat Oct 17 22:34:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA10545 for freebsd-current-outgoing; Sat, 17 Oct 1998 22:34:35 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA10535 for ; Sat, 17 Oct 1998 22:34:32 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id WAA25548; Sat, 17 Oct 1998 22:33:58 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Chuck Robey cc: Peter Wemm , Tom Jackson , Karl Pielorz , freebsd-current@FreeBSD.ORG Subject: Re: panic In-reply-to: Your message of "Sun, 18 Oct 1998 01:16:52 EDT." Date: Sat, 17 Oct 1998 22:33:57 -0700 Message-ID: <25544.908688837@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It'll make it into the ERRATA. Given that the modules are optional, I don't consider it a tag-sliding offense. - Jordan > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message