Subject: CVS commit: src/sys/arch/x86/x86
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 09/28/2006 18:01:24
Module Name: src
Committed By: bouyer
Date: Thu Sep 28 18:01:24 UTC 2006
Modified Files:
src/sys/arch/x86/x86: ioapic.c mpacpi.c mpbios.c
Log Message:
- make it possible to have ACPI without IOAPIC and/or LAPIC
- make it possible for machine-specific code to provide custom R/W routines
in its i82093*.h headers
- always initialize sc->sc_pins[pin], even in the !ioapic_cold case.
No objections on port-i386 and port-amd64.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/x86/x86/ioapic.c
cvs rdiff -r1.40 -r1.41 src/sys/arch/x86/x86/mpacpi.c
cvs rdiff -r1.28 -r1.29 src/sys/arch/x86/x86/mpbios.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.