From owner-cvs-all Wed Jan 30 4:41:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6582137B402; Wed, 30 Jan 2002 04:41:12 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0UCfC820503; Wed, 30 Jan 2002 04:41:12 -0800 (PST) (envelope-from bde) Message-Id: <200201301241.g0UCfC820503@freefall.freebsd.org> From: Bruce Evans Date: Wed, 30 Jan 2002 04:41:12 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 or compile code depending on it when isa is not configured. Including 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