From b7d74ee9dee5a9f5f35a41ec6eb5056ee7f066fe Mon Sep 17 00:00:00 2001 From: mercury <> Date: Mon, 27 Nov 2000 09:43:52 +0000 Subject: [PATCH] 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) --- swlibs/newpci/pcilib/fxpci.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/swlibs/newpci/pcilib/fxpci.c b/swlibs/newpci/pcilib/fxpci.c index c48adaf..17bf506 100644 --- a/swlibs/newpci/pcilib/fxpci.c +++ b/swlibs/newpci/pcilib/fxpci.c @@ -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,