From 9fcfd1aa760023e449cbb8c1eebd0bb570a6aacb Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 19 Oct 2011 00:12:15 -0700 Subject: 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 --- src/cir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cir.h') 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; -- cgit v1.2.3