[Zion][Yellowstone] First pass at adding PCI ioport access.
This commit is contained in:
parent
f2c2cff98a
commit
b677633248
16 changed files with 337 additions and 199 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue