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_mcfg.c
Age
Commit message (
Expand
)
Author
2022-10-14
Add a PCI resource manager and use it on Arm ACPI platforms.
jmcneill
2022-02-27
acpi: Nix conditional pci_get_segment use.
riastradh
2021-08-07
acpi: expose acpimcfg_configure_bus_cb
jmcneill
2021-01-26
Trailing whitespace
skrll
2021-01-26
KNF
skrll
2020-12-06
Fix typo in comment
jmcneill
2020-07-07
Overhaul the interface to pci_configure_bus():
thorpej
2020-04-13
Work around a compiler issue when building on aarch64 with KUBSAN.
jmcneill
2020-02-02
Add acpimcfg_conf_valid helper for pcie controllers with nonstandard
jmcneill
2019-10-14
The MCFG base address field is the physical address of the base of mmio
jmcneill
2018-12-20
An ACPI MCFG allocation with start bus number = end bus number is valid,
jmcneill
2018-12-08
acpimcfg_configure_bus_cb can support 16-bit addresses now
jmcneill
2018-12-03
Define macro before using it. This macro is used as a compile time
cherry
2018-11-02
Do not ignore non-zero segment numbers in MCFG if __HAVE_PCI_GET_SEGMENT
jmcneill
2018-11-02
Add support for multiple PCI segments.
jmcneill
2018-10-19
Fix table offset when walking MCFG allocation subtables
jmcneill
2018-10-17
Allow access to PCI configuration space for devices without extended
jmcneill
2018-10-15
Fix signature for acpimcfg_configure_bus in non-PCI_NETBSD_CONFIGURE case
jmcneill
2018-10-15
Add acpimcfg_configure_bus, which can be used by MD code to implement
jmcneill
2018-10-13
acpimcfg_scan_bus: Assign the pci_softc's sc_pc to the passed in PCI
jmcneill
2018-04-06
Change the iteration, to make sure the ACPI_MCFG_ALLOCATION structure we're
maxv
2018-02-28
- Add new PCI quirk PCI_QUIRK_HASEXTCNF and PCI_QUIRK_NOEXTCNF. Some devices'
msaitoh
2016-07-12
According to "PCI Express Base Specification Revision 3.0" from
hannken
2016-07-12
On an Intel E7520 temporarily disable Enhanced Config Access error
hannken
2015-10-11
add missing debugging attributes
christos
2015-10-02
PCI Extended Configuration stuff written by nonaka@:
msaitoh