summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Bus.h
diff options
context:
space:
mode:
authorIan Romanick <idr@localhost.localdomain>2006-06-07 14:09:02 -0700
committerIan Romanick <idr@localhost.localdomain>2006-06-07 14:09:02 -0700
commit46f55f5dead5d70cdff30531d80a72f6be042315 (patch)
tree8b06abaed2a9c3908299620dd3595393a1d2766d /hw/xfree86/common/xf86Bus.h
parentd00aa6b8559d3e5f70c6558ce0abd12f7d758491 (diff)
Initial batch of changes for PCI rework. All future changes will be
tracked individually.
Diffstat (limited to 'hw/xfree86/common/xf86Bus.h')
-rw-r--r--hw/xfree86/common/xf86Bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Bus.h b/hw/xfree86/common/xf86Bus.h
index 96da6e6a9..42030c8de 100644
--- a/hw/xfree86/common/xf86Bus.h
+++ b/hw/xfree86/common/xf86Bus.h
@@ -124,7 +124,7 @@ typedef struct x_BusAccRec {
struct {
int bus;
int primary_bus;
- PCITAG acc;
+ struct pci_device * dev;
pciBridgesSave save;
} pci;
} busdep;