diff options
author | aiju <aiju@phicode.de> | 2011-05-16 00:35:16 +0000 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2011-05-16 00:35:16 +0000 |
commit | fe668572ff7b8c8968f78bd9173d7d1c6e624a23 (patch) | |
tree | d58b903cb39a409ae4e06bac7fd8aba8e54dabba /sys/src/9/pc/io.h | |
parent | 318a980c63b8e65ae6c791c88a84937fbf7e5937 (diff) |
added basic MSI and PCI capabilities support
Diffstat (limited to 'sys/src/9/pc/io.h')
-rw-r--r-- | sys/src/9/pc/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/io.h b/sys/src/9/pc/io.h index ba2399b7a..eb8dac7e8 100644 --- a/sys/src/9/pc/io.h +++ b/sys/src/9/pc/io.h @@ -112,6 +112,7 @@ enum { /* type 0 & type 1 pre-defined header */ PciBAR0 = 0x10, /* base address */ PciBAR1 = 0x14, + PciCAP = 0x34, /* capabilities pointer */ PciINTL = 0x3C, /* interrupt line */ PciINTP = 0x3D, /* interrupt pin */ }; |