index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fdt
/
dwpcie.c
Age
Commit message (
Expand
)
Author
2019-08-26
Remove unnecessary retrieval of the GPC regmap. We don't need it since
Patrick Wildt
2019-06-03
Change pci_intr_handle_t into a struct and replace duplicated code that
Mark Kettenis
2019-05-31
Add MSI-X support.
Mark Kettenis
2019-01-11
Add i.MX8MQ support to dwpcie(4). Since the i.MX8MQ does seem to
Patrick Wildt
2018-08-22
Initialize bridge registers instead of relying on ppb(4) to do it for us.
Mark Kettenis
2018-08-21
Implement address translation. Makes I/O space access work.
Mark Kettenis
2018-08-06
Give the FDT interrupt API a more generic naming by replacing the
Patrick Wildt
2018-08-03
Pass PCIe requester ID as sideband data here as well.
Mark Kettenis
2018-07-28
Make use of PCI_FLAGS_MSI_ENABLED such that drivers for hardware with broken
Mark Kettenis
2018-07-01
Use generated string for the bus number extent.
Mark Kettenis
2018-04-09
Implement support for INTx interrupts on Marvell ARMADA 7K & 8K.
Mark Kettenis
2018-04-09
The Open Firmware Interrupt Mapping "recommendation" says that the number
Mark Kettenis
2018-04-05
Add more initialization code such that things work with the EDK2-based
Mark Kettenis
2018-04-03
Match on the more specific "marvell,armada8k-pcie" instead of the generic
Mark Kettenis
2018-04-02
Add dwpcie(4), a (minimal) driver for the Synopsys Designware PCIe core in
Mark Kettenis