diff options
author | Jordan Hargrave <jordan@cvs.openbsd.org> | 2009-03-10 20:36:11 +0000 |
---|---|---|
committer | Jordan Hargrave <jordan@cvs.openbsd.org> | 2009-03-10 20:36:11 +0000 |
commit | e19d662685b8911900a8d769a933f7d40013f712 (patch) | |
tree | 2bbc6a25df8866cd6393bd0b66e005d450429465 /sys/dev/acpi/dsdt.c | |
parent | e023a0dc8509fb134ba3371635dd853127f9c19c (diff) |
Added sensor devices for Thinkpad (temp+fan)
Exported aml_evalinteger method
ok marco@
Diffstat (limited to 'sys/dev/acpi/dsdt.c')
-rw-r--r-- | sys/dev/acpi/dsdt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/acpi/dsdt.c b/sys/dev/acpi/dsdt.c index c0909b6f307..2be52c2d40b 100644 --- a/sys/dev/acpi/dsdt.c +++ b/sys/dev/acpi/dsdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.c,v 1.139 2009/03/07 07:04:38 jordan Exp $ */ +/* $OpenBSD: dsdt.c,v 1.140 2009/03/10 20:36:10 jordan Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> * @@ -68,8 +68,6 @@ void aml_xaddref(struct aml_value *, const char *); void aml_xdelref(struct aml_value **, const char *); void aml_bufcpy(void *, int, const void *, int, int); -int aml_evalinteger(struct acpi_softc *, struct aml_node *, - const char *, int, struct aml_value *, int64_t *); int aml_pc(uint8_t *); |