summaryrefslogtreecommitdiff
path: root/src/cir.h
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-10-19 00:12:15 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-10-19 00:12:15 -0700
commit9fcfd1aa760023e449cbb8c1eebd0bb570a6aacb (patch)
tree099ae10d46ad1417e472007014defba50089f6e9 /src/cir.h
parent80f60e4af0e0b124335c5a09cad0b1eb42583536 (diff)
Build fix for ABI Version 12
ABI Version 12 removes support for multiple PCI domains. If you need to use this driver on a system with more than one PCI domain, you should either port this driver to using libpciaccess directly or stick with an older server. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'src/cir.h')
-rw-r--r--src/cir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cir.h b/src/cir.h
index 64531f5..861966d 100644
--- a/src/cir.h
+++ b/src/cir.h
@@ -21,7 +21,7 @@ typedef struct {
CARD32 properties;
pciVideoPtr PciInfo;
PCITAG PciTag;
- IOADDRESS PIOReg;
+ unsigned long PIOReg;
union {
struct lgRec *lg;
struct alpRec *alp;