freebsd-dev/sys/i386/acpica
John Baldwin 6afad3b055 - Reorder the APIC enumerator SYSINIT's to register enumeators at
SI_SUB_CPU - 1 and probe enumerators, probe CPUs, and setup the local
  APIC programming all at SI_SUB_CPU / SI_ORDER_FIRST.  This is needed to
  help get the ACPI module working again as it moves the APIC enumeration
  code after SI_SUB_KLD.
- In the MADT parser, use mp_maxid rather than MAXCPU to terminate a loop
  when assigning per-cpu ACPI IDs to avoid a dependency on 'options SMP'.
- Allow the apic device to be disabled via 'hint.apic.0.disabled' from the
  loader.  Note that since this is done in the local APIC code, it works
  for both the ACPI and non-ACPI cases.

Approved by:	re (scott / blanket)
2003-12-03 20:33:18 +00:00
..
acpi_machdep.c Change the reset video option to be positive (hw.acpi.reset_video). 2003-11-01 00:18:29 +00:00
acpi_wakecode.S Fix the logic to match the new name of the tunable. 2003-11-01 01:05:53 +00:00
acpi_wakeup.c - Update includes. 2003-11-03 22:18:57 +00:00
genwakecode.sh Add a shell script to do what genwakecode.pl does. 2002-05-01 21:52:34 +00:00
madt.c - Reorder the APIC enumerator SYSINIT's to register enumeators at 2003-12-03 20:33:18 +00:00
Makefile Change the reset video option to be positive (hw.acpi.reset_video). 2003-11-01 00:18:29 +00:00
OsdEnvironment.c Style cleanups. 2003-08-28 16:26:24 +00:00