Add proper debugging infrastructure for acpi_hpet.c.

This commit is contained in:
Scott Long 2005-11-01 15:57:15 +00:00
parent a9ac598b36
commit 5be4c55fea
2 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,10 @@ __FBSDID("$FreeBSD$");
ACPI_SERIAL_DECL(hpet, "ACPI HPET support");
/* ACPI CA debugging */
#define _COMPONENT ACPI_HPET
ACPI_MODULE_NAME("HPET")
struct acpi_hpet_softc {
device_t dev;
struct resource *res[1];

View File

@ -154,6 +154,7 @@ 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().