Subject: Re: CVS commit: src/sys/arch/i386/isa
To: David Young <dyoung@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 01/23/2008 19:33:26
On Sun, Jan 20, 2008 at 09:49:57PM +0000, David Young wrote:

> Modified Files:
> 	src/sys/arch/i386/isa: npx.c npx_isa.c npxvar.h
> 
> Log Message:
> Do not reserve ISA bus space for npx@isa unless we hook IRQ 13,
> which we ought to never do.  If we have not hooked IRQ 13, we do
> not need any resources in npx_softc to handle numeric coprocessor
> exceptions, so let npx@isa detach.

Is this for pmf? If so then it's a case of the tail wagging the dog. The
device attachement should just disappear.

Andrew