[Zion][Yellowstone] First pass at adding PCI ioport access.

This commit is contained in:
Drew Galbraith 2025-05-07 01:44:09 -07:00
parent f2c2cff98a
commit b677633248
16 changed files with 337 additions and 199 deletions

View file

@ -16,6 +16,10 @@ class KernelObject : public glcr::RefCounted<KernelObject> {
REPLY_PORT = 0x8,
MUTEX = 0x9,
SEMAPHORE = 0x10,
// Temporary.
PCI_CAP = 0x100,
PCI_BOUND_CAP = 0x101,
};
virtual uint64_t TypeTag() = 0;