From 0657fe73569845d6e3c0a2d5ca76d06bd96941f0 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 13 Jan 2004 21:27:50 +0000 Subject: [PATCH] Add a component constant for ACPI_TOSHIBA to fix compilation of acpi_toshiba(4) driver with ACPI_DEBUG and thus fix LINT on i386. --- sys/dev/acpica/acpivar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h index f9f7c71c24c..99c2f9d8637 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().