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