Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/i386/isa



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



Home | Main Index | Thread Index | Old Index