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.c
Age
Commit message (
Expand
)
Author
2003-11-03
Use pmatch() so that we can use patterns.
mycroft
2003-11-03
More cleanup:
mycroft
2003-11-03
Clean up some messages:
mycroft
2003-11-03
* now the size of ACPI_DEVICE_INFO is variable:
kochi
2003-11-01
One more spot for a structure change.
mycroft
2003-11-01
make this compilable again with ACPI_DEBUG.
yamt
2003-11-01
Do not install address handlers before calling AcpiEnableSubsystem() -- this
mycroft
2003-11-01
Update copyright.
mycroft
2003-11-01
Move a declaration.
mycroft
2003-10-31
Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat to
mycroft
2003-10-31
We were passing flags to AcpiEnableSubsystem() that aren't even used there.
mycroft
2003-10-30
Use AcpiEvulateObjectTyped() to simplify some code.
mycroft
2003-10-30
Check to see if we have valid status info before looking at it.
mycroft
2003-10-30
Remove another extra AcpiGetObjectInfo().
mycroft
2003-10-30
Minor tweaks:
mycroft
2003-08-17
check return value of AcpiEnterSleepStatePrep() to catch
kochi
2003-07-06
make bootup messages prettier
kochi
2003-07-06
o cleanup usage of ACPI_ACTIVATE_DEV/ACPI_PCI_FIXUP
kochi
2003-07-03
Cleanup usage of ENABLE_DEBUGGER/ACPI_DEBUGGER/DDB.
kochi
2003-07-02
cleanup usage of ACPI_ALLOCATE_BUFFER/AcpiOsFree combination
kochi
2003-07-02
print ACPI CA version
kochi
2003-05-15
Add quirk handling to ACPI. First quirk entry is "PTLTD " rev 0x06040000,
fvdl
2003-04-18
* Add a generic power management event API, defined in <sys/power.h>.
thorpej
2003-04-17
* Don't do the ACPI_PCI_FIXUP unless it is explicitly enabled in
thorpej
2003-03-05
use M_ACPI where appropriate.
christos
2003-02-14
- add acpi_acquire_global_lock()/acpi_release_global_lock()/
tshiozak
2003-01-13
Use 'int' in the SCI interrupt message, not 'irq'. The number in question
fvdl
2003-01-09
use AcpiUtGetTypeName() to print object type name in acpi_print()
jdolecek
2003-01-08
Print some OEM version info for the R/XSDT. Can be used to help identify
fvdl
2003-01-07
* Add aux argument to functions called from apic_madt_walk
fvdl
2003-01-05
add ACPIVERBOSE; while I am there, fix the eval_string function so it does
christos
2003-01-05
Print something a bit more informative when displaying 'not configured'
jmcneill
2003-01-04
Attempt to attach drivers to devices without a valid HID so long as they're
jmcneill
2003-01-01
Use aprint_normal() in cfprint routines.
thorpej
2002-12-31
Fix some messages and some formatting.
augustss
2002-12-31
If we have a valid UID but it's a null string, display '<null>' rather than
jmcneill
2002-12-30
Print out the pnpname that was matched.
matt
2002-12-30
Allow ACPI_EXTRA_DEBUG without ACPI_DEBUG
jmcneill
2002-12-28
Pass ISA chipset information through to ACPI devices, to allow for porting
jmcneill
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-07-29
Add code to activate devices that are no active.
augustss
2002-07-29
Only be very verbose with ACPI_EXTRA_DEBUG set.
augustss
2002-07-29
Add code to perform PCI interrupt routing fixup.
augustss
2002-07-18
- Disable Interrput before execute AcpiEnterSleepState().
kanaoka
2002-06-18
make it compile with ACPI_DEBUG
drochner
2002-06-18
add MI part of ACPI sleep state transition code.
tshiozak
2002-06-17
- Show SCI interrupt information.
kanaoka
2002-06-15
Update for acpica-unix-20020612. From Takayoshi Kochi.
thorpej
[next]