If the AML SizeOf() method is called with an object reference it should
authorjsing <jsing@openbsd.org>
Thu, 14 Aug 2008 17:41:20 +0000 (17:41 +0000)
committerjsing <jsing@openbsd.org>
Thu, 14 Aug 2008 17:41:20 +0000 (17:41 +0000)
commitd9bc92d85ec026b77248c54e8c8d7a0ffaac3ffa
tree6c62f483e1a02cab34bd1bf82bd54208ca66f803
parentc902fadbae12e0dfdef3c9349c9d410471c99ac9
If the AML SizeOf() method is called with an object reference it should
return the size of the referenced object. This fixes a panic on the ASUS
eeePC 1000H when attaching the acpiasus(4) driver.

Issue reported and fix tested by robert@

ok marco@
sys/dev/acpi/dsdt.c