From owner-freebsd-hackers Tue Jun 11 16:23:54 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA06778 for hackers-outgoing; Tue, 11 Jun 1996 16:23:54 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA06766; Tue, 11 Jun 1996 16:23:50 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id QAA02650; Tue, 11 Jun 1996 16:22:36 -0700 (PDT) Message-Id: <199606112322.QAA02650@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: Terry Lambert cc: jehamby@lightside.com (Jake Hamby), angio@aros.net, jkh@freefall.freebsd.org, hackers@FreeBSD.org Subject: Re: Don't hit.. In-reply-to: Your message of "Tue, 11 Jun 1996 13:02:52 PDT." <199606112002.NAA04345@phaeton.artisoft.com> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 11 Jun 1996 16:22:36 -0700 Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> > 7) Do *not* delete the math device from your kernel and ask about >> > it on -questions. >> > >> > Well, it was a thought. :-) >> > >> > -Dave Andersen >> >> Argh! And to think that was probably my fault for saying it wasn't needed >> if you didn't have a hardware FPU in Chapter 5 of the FreeBSD Handbook >> (which thankfully has been corrected for many months on the Web page and >> in -current, but still lurks on the 2.1.0-RELEASE CD).. :-( > >Actually, it's the fault of having an option for a non-optional kernel >component. The whole idea is inherently bogus. > >The fix needs to go into the config code and the default config files > > >--- > i386/isa/ncr5380.c optional nca device-driver >! i386/isa/npx.c optional npx device-driver > i386/isa/pcaudio.c optional pca device-driver >--- > i386/isa/ncr5380.c optional nca device-driver >! i386/isa/npx.c standard npx device-driver > i386/isa/pcaudio.c optional pca device-driver >--- I haven't tried this, but it CAN'T work. The information provided in addition to the actual specification of "npx0" (port, irq, interrupt vector) is also non-optional, and there is no way to specify it in the files file. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project