index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
PCI
/
Access.h
Age
Commit message (
Expand
)
Author
2021-01-31
Kernel: Fix PCI bridge enumeration
Jean-Baptiste Boric
2020-12-21
Kernel: Add a method to retrieve the Physical ID for a PCI address
Liav A
2020-11-01
Kernel: Map PCI devices only once during boot
Liav A
2020-04-11
Kernel: Keep records of PCI::Address & PCI::ID pairs for enumeration
Liav A
2020-04-08
Kernel: Simplify PCI::initialize()
Andreas Kling
2020-04-08
Kernel: Fix up various PCI-related function signatures
Andreas Kling
2020-04-08
Kernel: Remove an unnecessary layer of indirection in the PCI code
Andreas Kling
2020-03-09
Kernel: Allow to reboot in ACPI via PCI or MMIO access
Liav A
2020-03-06
Meta: Claim copyright on `PCI` files
Liav A
2020-02-24
Kernel: Add PCI helpers to enable and disable the interrupt line
Liav A
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-02
Kernel: Detect devices when enumerating the PCI bus
Liav A
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-14
Kernel: Remove problematic memory mapping methods
Liav A
2020-01-02
Kernel: Create support for PCI ECAM
Liav A