summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/io.h
diff options
context:
space:
mode:
authoraiju <aiju@phicode.de>2011-05-16 00:35:16 +0000
committeraiju <aiju@phicode.de>2011-05-16 00:35:16 +0000
commitfe668572ff7b8c8968f78bd9173d7d1c6e624a23 (patch)
treed58b903cb39a409ae4e06bac7fd8aba8e54dabba /sys/src/9/pc/io.h
parent318a980c63b8e65ae6c791c88a84937fbf7e5937 (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.h1
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 */
};