serenity/Kernel/Bus
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
..
PCI Kernel/PCI: Don't try to enumerate 255 functions on the host bridge 2022-01-19 21:54:41 +02:00
USB Kernel: Replace all usages of String::number with KString::number 2022-01-12 16:09:09 +02:00
VirtIO Kernel: Use StringView instead of String in RingBuffer's constructor 2022-01-13 00:20:08 -08:00