History log of /openbsd/sys/dev/acpi/dsdt.c (Results 101 – 125 of 268)
Revision Date Author Comments
# 78ac519a 20-Jul-2010 deraadt <deraadt@openbsd.org>

tsleep() and EWOULDBLOCK was being used incorrectly for fixed minumum
delays. tsleep() on an unknown wait channel, to ensure the minimum is
met, and that wakeup()'s don't make the delay get restarte

tsleep() and EWOULDBLOCK was being used incorrectly for fixed minumum
delays. tsleep() on an unknown wait channel, to ensure the minimum is
met, and that wakeup()'s don't make the delay get restarted over and
over..
ok kettenis mlarkin

show more ...


# db50dd2e 19-Jul-2010 deraadt <deraadt@openbsd.org>

there is no need for a seperate dsdt_softc pointer; dsdt does not have a
softc but is just a part of the single acpi driver.
ok jordan


# ebd9b974 13-Jul-2010 deraadt <deraadt@openbsd.org>

rename some thread related interfaces so they are logical


# 311c37bc 08-Jul-2010 jordan <jordan@openbsd.org>

Add mapping for ACPI device to PCI bdf (match autoconf tree)
Simplify resource parsing function to use buffer argument
Convert namespace linked lists to use queue macros
ok marco@, deraadt@


# fb31a265 01-Jul-2010 jordan <jordan@openbsd.org>

Backout recent AML changes, breaks on R210 and others


# ef14cb3e 01-Jul-2010 jordan <jordan@openbsd.org>

Simplified aml_parse_resource call, cleanup code
ok marco


# 8948f448 30-Jun-2010 jordan <jordan@openbsd.org>

Cleaned up aml name parser, delete unused code
ok marco


# ea14b1d7 29-Jun-2010 jordan <jordan@openbsd.org>

Add support for mapping ACPI to PCI devices
ok kettenis, deraadt


# a53ee0c1 27-Jun-2010 jordan <jordan@openbsd.org>

Change ACPI namespace to use SIMPLEQ macros
ok mlarkin


# 1e6b9b4d 27-Jun-2010 jordan <jordan@openbsd.org>

Cleaned up acpi_maptable, adds to table list directly


# 35b7aff3 19-Jun-2010 jordan <jordan@openbsd.org>

Fix reference counting panic for CondRef
Various HP laptops now boot correctly, fixes PR 6276
ok marco@


# 8d163f59 05-Dec-2009 jordan <jordan@openbsd.org>

Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksum
fixes Thinkpad SL300, maybe others


# 63c62581 13-Nov-2009 jordan <jordan@openbsd.org>

Initialize uninititialized variable.
Not an issue as it does get initialized correctly before use, but reduces warning.


# 947a473f 16-Oct-2009 jordan <jordan@openbsd.org>

Added argument for xconvert for length conversion


# 487d8ee6 04-Sep-2009 jordan <jordan@openbsd.org>

Add common framework for storing device lists
Useful for acpitz, acpipwrres, etc.


# b72bbcce 20-Jul-2009 jordan <jordan@openbsd.org>

KNF fixes


# 97ed26e2 17-Jul-2009 jordan <jordan@openbsd.org>

Cleaned up parsing of While loops; iterative If statement
ok marco@


# fd302cd8 15-Jul-2009 martynas <martynas@openbsd.org>

missing va_end in aml_seterror; ok marco@


# 07a763f3 01-Jun-2009 jordan <jordan@openbsd.org>

Remove dead/unused code
ok marco@


# 0cfeeb27 30-May-2009 jordan <jordan@openbsd.org>

Added error handler for missing AML nameref; fixes PR6103
ok marco@


# 1cac65bb 30-May-2009 jordan <jordan@openbsd.org>

Fixed parsing rules for Scope opcode, fixes panic on some HP systems
Create default scope names
ok marco@


# 2a12a229 27-Apr-2009 jordan <jordan@openbsd.org>

Remove unnecessary aml_xconvert arg, code cleanup
ok marco@


# f2b419a6 10-Apr-2009 jordan <jordan@openbsd.org>

Fix for PR6099, read/write of non-byte aligned IndexField
ok marco@


# 4d4a843f 10-Apr-2009 marco <marco@openbsd.org>

gasio was killed so kill proto


# 8b34e5e3 09-Apr-2009 jordan <jordan@openbsd.org>

Fixed argtype for Increment/Decrement. Field args were being evaluated as
integers instead remaining a reference.
ok marco@


1234567891011