Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 1996 13:02:52 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        jehamby@lightside.com (Jake Hamby)
Cc:        angio@aros.net, jkh@freefall.freebsd.org, hackers@FreeBSD.ORG
Subject:   Re: Don't hit..
Message-ID:  <199606112002.NAA04345@phaeton.artisoft.com>
In-Reply-To: <Pine.AUX.3.91.960611102331.18814C-100000@covina.lightside.com> from "Jake Hamby" at Jun 11, 96 10:24:48 am

next in thread | previous in thread | raw e-mail | index | archive | help
> > 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
---


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606112002.NAA04345>