#ifndef _VBSETMODE_ #define _VBSETMODE_ void InitTo330Pointer(unsigned char ChipType, struct vb_device_info *pVBInfo); void XGI_UnLockCRT2(struct vb_device_info *pVBInfo); void XGI_LockCRT2(struct vb_device_info *pVBInfo); void XGI_DisplayOff(struct xgifb_video_info *xgifb_info, struct xgi_hw_device_info *pXGIHWDE, struct vb_device_info *pVBInfo); void XGI_GetVBType(struct vb_device_info *pVBInfo); void XGI_SenseCRT1(struct vb_device_info *pVBInfo); unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info, struct xgi_hw_device_info *HwDeviceExtension, unsigned short ModeNo); unsigned char XGI_SearchModeID(unsigned short ModeNo, unsigned short *ModeIdIndex); unsigned short XGI_GetRatePtrCRT2(struct xgi_hw_device_info *pXGIHWDE, unsigned short ModeNo, unsigned short ModeIdIndex, struct vb_device_info *pVBInfo); #endifOverall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Arnaud Patard | 65 | 49.24% | 1 | 14.29% |
Bill Pemberton | 48 | 36.36% | 4 | 57.14% |
Jacob Zachariah | 10 | 7.58% | 1 | 14.29% |
Aaro Koskinen | 9 | 6.82% | 1 | 14.29% |
Total | 132 | 100.00% | 7 | 100.00% |