summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpica/OsdHardware.c
AgeCommit message (Expand)Author
2022-05-31allow ACPI to compile without PCI support. fixes ia64 build.mrg
2021-12-31acpi(9): Return full 64-bit object to caller in PCI config read.riastradh
2020-01-17Add support for Arm N1 SDP PCIe host controller.jmcneill
2019-02-15Avoid UB in OsdHardware.ckamil
2016-01-26The new acpi code tries to read the pci configuration registers in thechristos
2013-12-27Add new functionschristos
2011-02-17ACPICA 20100806:jruoho
2011-02-17ACPICA 20100915:jruoho
2010-07-10AcpiOsDerivePciId: make sure that we only update the PCI bus number,gsutre
2009-09-15fix undefined return values of Read/WriteMemory, found by clangdrochner
2007-12-12Try not to pass garbage to pci_make_tag; workaround for odd ACPI DSDTs.jmcneill
2007-12-09Merge jmcneill-pm branch.jmcneill
2006-05-14integrate kauth.elad
2006-03-23Move from sys/dev/acpi/acpica/Osd.kochi