Add a component constant for ACPI_TOSHIBA to fix compilation of

acpi_toshiba(4) driver with ACPI_DEBUG and thus fix LINT on i386.
This commit is contained in:
John Baldwin 2004-01-13 21:27:50 +00:00
parent 76b0ae588c
commit 0657fe7356
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124497

View File

@ -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().