diff options
author | Jordan Hargrave <jordan@cvs.openbsd.org> | 2006-10-24 19:01:49 +0000 |
---|---|---|
committer | Jordan Hargrave <jordan@cvs.openbsd.org> | 2006-10-24 19:01:49 +0000 |
commit | e3fcc41a3926cc2c8d0187c6fd466bd6833532e8 (patch) | |
tree | c94559b3413098e835775cd3fadf9b3180b57a18 /sys/dev/acpi/dsdt.h | |
parent | 5c9b549c237220a6f4ce5f1053795e99a69a1d2a (diff) |
Added stack trace to aml_die+acpidebug
ok marco@
Diffstat (limited to 'sys/dev/acpi/dsdt.h')
-rw-r--r-- | sys/dev/acpi/dsdt.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/acpi/dsdt.h b/sys/dev/acpi/dsdt.h index 07ebe713ce6..1f45c97046c 100644 --- a/sys/dev/acpi/dsdt.h +++ b/sys/dev/acpi/dsdt.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.h,v 1.17 2006/10/19 07:02:20 jordan Exp $ */ +/* $OpenBSD: dsdt.h,v 1.18 2006/10/24 19:01:48 jordan Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * @@ -89,4 +89,7 @@ void aml_create_defaultobjects(void); #define ACPI_E_NOERROR 0x00 #define ACPI_E_BADVALUE 0x01 +#define AML_MAX_ARG 7 +#define AML_MAX_LOCAL 8 + #endif /* __DEV_ACPI_DSDT_H__ */ |