1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 17:57:35 +00:00
serenity/Kernel/PCI
Tom fb488e2b27 Kernel: Allow VGA-capable graphics adapters to exist with legacy VGA
If we have a VGA-capable graphics adapter that we support, we should
prefer it over any legacy VGA because we wouldn't use it in legacy VGA
mode in this case.

This solves the problem where we would only use the legacy VGA card
when both a legacy VGA card as well as a VGA-mode capable adapter is
present.
2021-06-20 12:07:06 +02:00
..
Access.cpp Kernel/PCI: Remove UNMAP_AFTER_INIT from a few methods 2021-06-09 20:15:14 +01:00
Access.h Kernel/PCI: Fix support of multiple PCI host controllers enumeration 2021-05-21 17:58:53 +01:00
Definitions.h Kernel: Allow VGA-capable graphics adapters to exist with legacy VGA 2021-06-20 12:07:06 +02:00
Device.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Device.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DeviceController.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DeviceController.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IDs.h Kernel: Add driver for RTL8168 & RTL8111 NICs 2021-06-10 21:54:51 +02:00
Initializer.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Initializer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IOAccess.cpp Kernel/PCI: Fix support of multiple PCI host controllers enumeration 2021-05-21 17:58:53 +01:00
IOAccess.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MMIOAccess.cpp Kernel: Mark MMIOAccess detection function as UNMAP_AFTER_INIT 2021-06-09 10:57:51 +02:00
MMIOAccess.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowedMMIOAccess.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowedMMIOAccess.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00