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
|
|
@ -67,11 +67,6 @@ const uint64_t kZionSemaphoreSignal = 0x85;
|
|||
// Debugging Calls.
|
||||
const uint64_t kZionDebug = 0x1'0000;
|
||||
|
||||
const uint64_t kZionPciRead = 0x1'1000;
|
||||
const uint64_t kZionPciCreateBound = 0x1'1001;
|
||||
const uint64_t kZionPciReadBound = 0x1'1002;
|
||||
const uint64_t kZionPciWriteBound = 0x1'1003;
|
||||
|
||||
// Irq Types
|
||||
const uint64_t kZIrqKbd = 0x22;
|
||||
const uint64_t kZIrqPci1 = 0x30;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue