History log of /barrelfish-master/usr/pci/pci_int_ctrl.c
Revision Date Author Comments
# c88da149 08-Jun-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

irq: enable msi-x in conf header on route setup

Same mechanism as with legacy interrupts, pci_int_ctrl is now managing
which interrupt model will be activated in the confspace.

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 8b167f8d 06-Feb-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Implement pci controller driver

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# da48b65f 05-Feb-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Pass IRQ caps to e1k devif backend, add PCI int ctrl

We add a dedicated legacy PCI interrupt controller, that will
activate interrupts in the PCI conf space. It works analogous
to the MSIx case then. The controller driver is not yet implemented.

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>