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

Diff for /xc/programs/Xserver/hw/xfree86/common/xf86str.h between version 1.15 and 1.16

version 1.15, 1999/01/14 01:44:17 version 1.16, 1999/01/14 13:04:10
Line 1 
Line 1 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86str.h,v 1.14 1999/01/13 03:19:37 dawes Exp $ */  /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86str.h,v 1.15 1999/01/14 01:44:17 dawes Exp $ */
  
 /* /*
  * Copyright (c) 1997 by The XFree86 Project, Inc.  * Copyright (c) 1997 by The XFree86 Project, Inc.
Line 234 
Line 234 
     int                 vendor;     int                 vendor;
     int                 chipType;     int                 chipType;
     int                 chipRev;     int                 chipRev;
       int                 subsysVendor;
       int                 subsysCard;
     int                 bus;     int                 bus;
     int                 device;     int                 device;
     int                 func;     int                 func;
Line 242 
Line 244 
     int                 interface;     int                 interface;
     unsigned long       memBase[6];     unsigned long       memBase[6];
     unsigned long       ioBase[6];     unsigned long       ioBase[6];
     unsigned long       size[6];      int                 size[6];
     unsigned char       type[6];     unsigned char       type[6];
     unsigned long       biosBase;     unsigned long       biosBase;
       int                 biosSize;
     pointer             thisCard;     pointer             thisCard;
 } pciVideoRec, *pciVideoPtr; } pciVideoRec, *pciVideoPtr;
  


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

Powered by
ViewCVS 0.9.2