From e3fcc41a3926cc2c8d0187c6fd466bd6833532e8 Mon Sep 17 00:00:00 2001 From: Jordan Hargrave Date: Tue, 24 Oct 2006 19:01:49 +0000 Subject: Added stack trace to aml_die+acpidebug ok marco@ --- sys/dev/acpi/dsdt.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/dev/acpi/dsdt.h') 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 * @@ -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__ */ -- cgit v1.2.3