summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-11-01 20:41:43 +0000
committerscottl <scottl@FreeBSD.org>2005-11-01 20:41:43 +0000
commit5177198b62673e7a370cf2b3c474a614ef92afc6 (patch)
treebfd7e71cd1e6b7a8c9cdb37974435bf3e2403625 /sys
parentdf7dbcd03fe077ae11b23e23670ba7c450ce267b (diff)
downloadFreeBSD-src-5177198b62673e7a370cf2b3c474a614ef92afc6.zip
FreeBSD-src-5177198b62673e7a370cf2b3c474a614ef92afc6.tar.gz
Move HPET debugging under ACPI_TIMER in order to save a bitfield.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/acpica/acpi_hpet.c2
-rw-r--r--sys/dev/acpica/acpivar.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi_hpet.c b/sys/dev/acpica/acpi_hpet.c
index c79a260..a6f8f9f1 100644
--- a/sys/dev/acpica/acpi_hpet.c
+++ b/sys/dev/acpica/acpi_hpet.c
@@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
ACPI_SERIAL_DECL(hpet, "ACPI HPET support");
/* ACPI CA debugging */
-#define _COMPONENT ACPI_HPET
+#define _COMPONENT ACPI_TIMER
ACPI_MODULE_NAME("HPET")
struct acpi_hpet_softc {
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index f37ed07..9c0547d 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -154,7 +154,6 @@ extern struct mtx acpi_mutex;
#define ACPI_THERMAL 0x01000000
#define ACPI_TIMER 0x02000000
#define ACPI_OEM 0x04000000
-#define ACPI_HPET 0x08000000
/*
* Constants for different interrupt models used with acpi_SetIntrModel().
OpenPOWER on IntegriCloud