diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2004-04-14 03:30:09 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2004-04-14 03:30:09 +0000 |
| commit | c2b3a864be73ab0b9299e389b4b1e97bccb5f421 (patch) | |
| tree | 044045e68c4816d0f0998849326d3d09dec35311 | |
| parent | d9c060ad52a91241ae55e4bcb1eb831baa8b88f2 (diff) | |
Notes
| -rw-r--r-- | sys/dev/acpica/acpi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index 83b76a93236b1..8846f82d7d27e 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -145,7 +145,6 @@ static int acpi_child_location_str_method(device_t acdev, device_t child, static int acpi_child_pnpinfo_str_method(device_t acdev, device_t child, char *buf, size_t buflen); - static device_method_t acpi_methods[] = { /* Device interface */ DEVMETHOD(device_identify, acpi_identify), @@ -212,7 +211,7 @@ TUNABLE_INT("hw.acpi.serialize_methods", &acpi_serialize_methods); * causes problems. See the definition of "AcpiGbl_ValidOsiStrings" for * a list of systems we claim. */ -static int acpi_osi_method = 1; +static int acpi_osi_method = TRUE; TUNABLE_INT("hw.acpi.osi_method", &acpi_osi_method); /* |
