Date: Wed, 30 Jan 2002 04:41:12 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 bios.c nexus.c src/sys/i386/isa clock.c intr_machdep.c npx.c Message-ID: <200201301241.g0UCfC820503@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/01/30 04:41:12 PST
Modified files:
sys/i386/i386 bios.c nexus.c
sys/i386/isa clock.c intr_machdep.c npx.c
Log:
Don't include <isa/isavar.h> or compile code depending on it when isa
is not configured. Including <isa/isavar.h> when it is not used is
harmful as well as bogus, since it includes "isa_if.h" which is not
generated when isa is not configured.
This was fixed in 1999 but was broken by unconditionalizing PNPBIOS.
Revision Changes Path
1.46 +6 -0 src/sys/i386/i386/bios.c
1.45 +7 -1 src/sys/i386/i386/nexus.c
1.180 +5 -0 src/sys/i386/isa/clock.c
1.64 +2 -0 src/sys/i386/isa/intr_machdep.c
1.123 +5 -1 src/sys/i386/isa/npx.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201301241.g0UCfC820503>
