diff options
author | tsi <tsi> | 2008-03-27 18:01:44 +0000 |
---|---|---|
committer | tsi <tsi> | 2008-03-27 18:01:44 +0000 |
commit | 5aff156ca71bb8e65551c6bf24d6d019ca5d01f8 (patch) | |
tree | 7886a3c38ba6c927f202adf6ff4b098be2badf79 | |
parent | 173b5499745705d160022d60d34ac73b55527f7d (diff) |
Re-instate inadvertently backed out change.
-rw-r--r-- | programs/Xserver/hw/xfree86/os-support/bus/Pci.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/programs/Xserver/hw/xfree86/os-support/bus/Pci.h b/programs/Xserver/hw/xfree86/os-support/bus/Pci.h index 36f7649cd..d36d66704 100644 --- a/programs/Xserver/hw/xfree86/os-support/bus/Pci.h +++ b/programs/Xserver/hw/xfree86/os-support/bus/Pci.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h,v 1.57tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h,v 1.58 2008/03/26 18:57:50 tsi Exp $ */ /* * Copyright 1998 by Concurrent Computer Corporation * @@ -446,6 +446,7 @@ typedef struct pci_bus_info { pciBusFuncs_p funcs; /* PCI access functions */ void *pciBusPriv; /* Implementation private data */ pciConfigPtr bridge; /* bridge that opens this bus */ + int pciMaxOffset; /* Size of config for one device */ } pciBusInfo_t; #define HOST_NO_BUS ((pciBusInfo_t *)(-1)) |