summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-01-13 21:27:50 +0000
committerjhb <jhb@FreeBSD.org>2004-01-13 21:27:50 +0000
commitb6e75a26df545d8fa52af1d4bfd2e542abbdb260 (patch)
treee483fc5d1922ddb1990f0dc5e14849f21f7f39a6 /sys/dev/acpica
parent5af89f4e3ac818a266959fe96683d2a1e985ee9a (diff)
downloadFreeBSD-src-b6e75a26df545d8fa52af1d4bfd2e542abbdb260.zip
FreeBSD-src-b6e75a26df545d8fa52af1d4bfd2e542abbdb260.tar.gz
Add a component constant for ACPI_TOSHIBA to fix compilation of
acpi_toshiba(4) driver with ACPI_DEBUG and thus fix LINT on i386.
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index f9f7c71..99c2f9d 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -125,6 +125,7 @@ struct acpi_device {
#define ACPI_PROCESSOR 0x00140000
#define ACPI_THERMAL 0x00180000
#define ACPI_FAN 0x00200000
+#define ACPI_TOSHIBA 0x00400000
/*
* Constants for different interrupt models used with acpi_SetIntrModel().
OpenPOWER on IntegriCloud