Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37761286
en ru br
ALT Linux repos
S:0.44-alt1.rc2p

Group :: System/Configuration/Hardware
RPM: TurionPowerControl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: tpc-0.44-nbfid-cfg.patch
Download


--- ./src/config.cpp~	2013-01-12 07:04:30.000000000 +0000
+++ ./src/config.cpp	2018-02-14 21:42:43.509882723 +0000
@@ -196,6 +196,9 @@
 		} else if (strcmp (line,"nbvid")==0) {
 			fscanf (cfgFile, "%d", &temp);
 			processor->setNBVid (temp);
+		} else if (strcmp (line,"nbfid")==0) {
+			fscanf (cfgFile, "%d", &temp);
+			processor->setNBFid (temp);
 		} else if (strcmp (line,"altvid")==0) {
 			fscanf (cfgFile, "%d", &temp);
 			processor->setAltVid (temp);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin