Revert "[Zion][Yellowstone] First pass at adding PCI ioport access."
This reverts commit b677633248.
This commit is contained in:
parent
b51d5966d4
commit
bddf26b645
16 changed files with 199 additions and 337 deletions
|
|
@ -16,10 +16,6 @@ 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