Subject: CVS commit: src/sys/arch/x86
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 03/02/2003 20:27:15
Module Name:	src
Committed By:	fvdl
Date:		Sun Mar  2 18:27:15 UTC 2003

Modified Files:
	src/sys/arch/x86/isa: isa_machdep.c
	src/sys/arch/x86/x86: consinit.c i8259.c intr.c

Log Message:
Clean up some unneeded "mca.h" and "eisa.h" includes, make one that is
needed dependent on !__x86_64__. To be revisited later.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/x86/isa/isa_machdep.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/x86/x86/consinit.c \
    src/sys/arch/x86/x86/i8259.c src/sys/arch/x86/x86/intr.c

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