Subject: CVS commit: src/sys/arch/i386/isa
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/20/2008 21:49:57
Module Name:	src
Committed By:	dyoung
Date:		Sun Jan 20 21:49:57 UTC 2008

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.


To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 src/sys/arch/i386/isa/npx.c
cvs rdiff -r1.16 -r1.17 src/sys/arch/i386/isa/npx_isa.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/i386/isa/npxvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.