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:
mercury
2000-11-27 09:43:52 +00:00
parent 58ece79b77
commit b7d74ee9de

View File

@@ -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,