diff options
author | msmith <msmith@FreeBSD.org> | 2001-07-07 22:18:30 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2001-07-07 22:18:30 +0000 |
commit | 7a1f21162cc9a64514dd90db366d181d03939178 (patch) | |
tree | cfcf14492d5f8cacd04ced6346a7b964b682c4bf /sys/conf | |
parent | 16834568e09d598b71c66a52f0985f87b797c98a (diff) | |
download | FreeBSD-src-7a1f21162cc9a64514dd90db366d181d03939178.zip FreeBSD-src-7a1f21162cc9a64514dd90db366d181d03939178.tar.gz |
Nuke the ACPI APIC driver. The ACPI CA infrastructure it depended on
is gone, and it's not coming back, and the whole driver needed to be
rethrought to deal with a major chicken-and-egg consideration.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 793fbdf..1771ce8 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -196,7 +196,6 @@ dev/aac/aac_disk.c optional aac dev/aac/aac_pci.c optional aac pci dev/acpica/acpi.c optional acpica dev/acpica/acpi_acad.c optional acpica -#dev/acpica/acpi_apic.c optional acpica dev/acpica/acpi_battery.c optional acpica dev/acpica/acpi_button.c optional acpica dev/acpica/acpi_cmbat.c optional acpica |