1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Kernel/Bus/PCI/Controller
Liav A c1d3b557d5 Kernel/PCI: Don't try to enumerate 255 functions on the host bridge
There can only be a limited number of functions (only 8).
Also, consider the start bus of the PCI domain when trying to enumerate
other host bridges on bus 0, device 0, functions 1-7 (function 0 is the
main host bridge).
2022-01-19 21:54:41 +02:00
..
HostBridge.cpp Kernel/PCI: Don't try to enumerate 255 functions on the host bridge 2022-01-19 21:54:41 +02:00
HostBridge.h Kernel/PCI: Split host bridge code from the Access singleton 2022-01-08 23:49:26 +01:00
HostController.h Kernel/PCI: Split host bridge code from the Access singleton 2022-01-08 23:49:26 +01:00
MemoryBackedHostBridge.cpp Kernel/PCI: Split host bridge code from the Access singleton 2022-01-08 23:49:26 +01:00
MemoryBackedHostBridge.h Kernel/PCI: Split host bridge code from the Access singleton 2022-01-08 23:49:26 +01:00