(file) Return to xf86pciBus.h CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / common

Diff for /xc/programs/Xserver/hw/xfree86/common/xf86pciBus.h between version 3.2 and 3.3

version 3.2, 1999/12/06 03:52:41 version 3.3, 2000/02/08 13:13:06
Line 12 
Line 12 
 } pciSave, *pciSavePtr; } pciSave, *pciSavePtr;
  
 typedef void (*SetBitsProcPtr)(PCITAG, int, CARD32, CARD32); typedef void (*SetBitsProcPtr)(PCITAG, int, CARD32, CARD32);
   typedef void (*WriteProcPtr)(PCITAG, int, CARD32);
  
 typedef struct { typedef struct {
     PCITAG tag;     PCITAG tag;
   #ifdef notanymore
     SetBitsProcPtr func;     SetBitsProcPtr func;
   #endif
       WriteProcPtr func;
       CARD32 ctrl;
 } pciArg; } pciArg;
  
 typedef struct pci_io { typedef struct pci_io {
Line 27 
Line 32 
     xf86AccessRec io_memAccess;     xf86AccessRec io_memAccess;
     xf86AccessRec memAccess;     xf86AccessRec memAccess;
     pciSave save;     pciSave save;
   #ifdef notanymore2
     pciSave restore;     pciSave restore;
   #endif
     Bool ctrl;     Bool ctrl;
 } pciAccRec, *pciAccPtr; } pciAccRec, *pciAccPtr;
  
Line 51 
Line 58 
 void PciStateLeave(void); void PciStateLeave(void);
 void PciBusStateLeave(void); void PciBusStateLeave(void);
 resPtr ResourceBrokerInitPci(resPtr *osRes); resPtr ResourceBrokerInitPci(resPtr *osRes);
   void pciConvertRange2Host(int entityIndex, resRange *pRange);
   void isaConvertRange2Host(resRange *pRange);
  
 extern pciAccPtr * xf86PciAccInfo; extern pciAccPtr * xf86PciAccInfo;
  


Legend:
Removed from v.3.2  
changed lines
  Added in v.3.3

Powered by
ViewCVS 0.9.2