index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
acpi_ec.c
Age
Commit message (
Expand
)
Author
2003-11-12
- fix deadlocks due to using lock_status() from interrupt context.
yamt
2003-11-12
use snprintf("%X") instead of "%x" + strupr().
yamt
2003-11-03
More cleanup:
mycroft
2003-11-03
Fix locking protocol, and use _GLK appropriately. From kochi, with some
mycroft
2003-11-03
* now the size of ACPI_DEVICE_INFO is variable:
kochi
2003-11-01
sc_lockhandle is garbage.
mycroft
2003-11-01
Remove an unnecessary call to AcpiGlearGpe().
mycroft
2003-11-01
Correct arguments to AcpiClearGpe().
mycroft
2003-11-01
Correct arguments to AcpiInstallGpeHandler, as per Linux and FreeBSD.
mycroft
2003-10-31
Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat to
mycroft
2003-08-03
Fix a wrong handling of clearing a flag
kochi
2003-02-14
- add acpi_acquire_global_lock()/acpi_release_global_lock()/
tshiozak
2002-10-15
fix a simple, but wicked bug in EcSpaceHandler().
tshiozak
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-06-15
Update for acpica-unix-20020612. From Takayoshi Kochi.
thorpej
2001-11-13
add RCSID
lukem
2001-10-12
Fix printf format.
enami
2001-09-29
ACPI Embedded Controller driver.
thorpej