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_resource.c
Age
Commit message (
Expand
)
Author
2021-08-07
acpi: Add acpi_resource_parse_any().
jmcneill
2019-12-31
Rely on 32/64-bit overflow to calculate translation offsets. Store this
jmcneill
2019-12-31
Include device decoding type in acpi_mem resources
jmcneill
2019-12-31
Fetch bus_dma tags when acpi devnodes are created. They do not change
jmcneill
2018-10-25
Add support for 64-bit memory resources.
jmcneill
2015-07-27
Add ACPI_RESOURCE_TYPE_END_TAG and ACPI_RESOURCE_TYPE_ADDRESS64.
msaitoh
2015-04-13
sync with new acpica struct shuffling.
christos
2011-06-30
dependant -> dependent
wiz
2011-06-15
Do not entirely bypass the printfs during resource parsing, as many drivers
jruoho
2011-06-15
Remove printouts that mess with the autoconf(9).
jruoho
2010-03-05
Remove <dev/acpi/acpica.h> from all files. It is included from
jruoho
2010-03-02
Format string cosmetics (mainly from %d to %u).
jruoho
2009-09-16
Allow for 'options ACPI_DEBUG' by providing module declarations
mlelstv
2009-07-13
ACPI resource supports Extended IRQ From FreeBSD.
kiyohara
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-02-17
Cut the amount of spam from acpi devices in roughly half by printing
jmcneill
2008-04-07
Cosmetic aprintification fix, as noted by Thomas Klausner on current-users
jmcneill
2008-04-05
use aprint_*_dev and device_xname
cegger
2007-12-15
__FUNCTION__ -> __func__
perry
2007-12-01
aprintify
jmcneill
2007-09-28
Add ACPI address32 resource type support (DWord Address Space
njoly
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-01-29
adapt for ACPI-CA 20060113
kochi
2005-12-11
merge ktrace-lwp.
christos
2005-05-29
Sprinkle const freely and delete unnecessary casts.
christos
2005-02-27
nuke trailing whitespace
perry
2004-04-12
fix compilation when ACPI_DEBUG is not set.
kochi
2004-04-11
Clean up memory allocated during autoconfiguration
kochi
2004-04-11
+ add prototype
kochi
2004-04-11
change acpi_resource_parse API to support _PRS parsing as well as _CRS
kochi
2004-04-11
return (x) -> return x
kochi
2004-04-10
whitespace nit
kochi
2003-11-03
More cleanup:
mycroft
2003-11-03
Clean up some messages:
mycroft
2003-11-02
acpi_res_parse_ioport(): if the added entry is next to a previous I/O port
jdolecek
2003-03-05
use M_ACPI where appropriate.
christos
2002-12-28
Make sure we record the type of irq as well as its number.
matt
2002-06-15
Update for acpica-unix-20020612. From Takayoshi Kochi.
thorpej
2002-06-01
SIMPLEQ rototill:
lukem
2001-11-13
add RCSID
lukem
2001-09-29
Add code to parse ACPI bus resources.
thorpej