Fixed <> for glide2x sst1, this was broken in the initial CVS tree,
fixed in CVS reversion 1.2, then broken again in cvs reversion 1.5. (Which was the merge of the H3 swlibs changes)
This commit is contained in:
@@ -610,9 +610,10 @@ pciSetConfigData( PciRegister reg, FxU32 device_bus_func_number, FxU32 *data )
|
||||
|
||||
#ifdef __linux__
|
||||
if (hasDev3DfxLinux()) {
|
||||
return pciUpdateRegisterLinux(reg.regAddress, *data, reg.sizeInBytes,
|
||||
device_bus_func_number);
|
||||
pciUpdateRegisterLinux(reg.regAddress, *data, reg.sizeInBytes,
|
||||
device_bus_func_number);
|
||||
|
||||
return FXTRUE;
|
||||
}
|
||||
#endif
|
||||
_pciUpdateRegister( reg.regAddress, *data, reg.sizeInBytes,
|
||||
|
||||
Reference in New Issue
Block a user