diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-01-13 21:27:50 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-01-13 21:27:50 +0000 |
| commit | 0657fe73569845d6e3c0a2d5ca76d06bd96941f0 (patch) | |
| tree | e483fc5d1922ddb1990f0dc5e14849f21f7f39a6 | |
| parent | 76b0ae588c2dc403d0f6a144b843478fb7ff8f38 (diff) | |
Notes
| -rw-r--r-- | sys/dev/acpica/acpivar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h index f9f7c71c24c2..99c2f9d8637a 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(). |
