summaryrefslogtreecommitdiff
path: root/sys/arch/x86/include/mpconfig.h
AgeCommit message (Expand)Author
2012-06-15commentsyamt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2010-01-09add x2apic support.cegger
2009-04-17Introduce sys/arch/x86/x86/mp.c for common x86 MP configuration code.dyoung
2008-04-16- use aprint_*_dev and device_xnamecegger
2006-07-04Apply fvdl's acpi pci interrupt configuration code.christos
2005-05-29Sprinkle const.christos
2005-04-16make multi inclusion protection macros consistent.yamt
2003-10-27Nuke __P().junyoung
2003-10-16Add hooks and structures to allow the MP table intr mapping code afvdl
2003-09-06When establishing the ACPI SCI, make sure it's always active low (as wellfvdl
2003-05-29Add the options MPBIOS_SCANPCI and MPACPI_SCANPCI to configure PCI rootsfvdl
2003-05-11Add a global_int field to the mp_intr_map structure, for use with ACPI.fvdl
2003-02-26Move some files out of i386 into x86, so that they can be shared withfvdl