Chameleon

Chameleon Commit Details

Date:2010-07-27 01:22:10 (13 years 8 months ago)
Author:Rekursor
Commit:263
Parents: 262
Message:Rounded off mem speed where speed mod 100 == 1
Changes:
M/trunk/i386/libsaio/spd.c

File differences

trunk/i386/libsaio/spd.c
308308
309309
310310
311
311312
312313
313314
// now round off special cases
uint32_t fmod100 = freq %100;
switch(fmod100) {
case 1:freq--;break;
case 32:freq++;break;
case 65:freq++; break;
case 98:freq+=2;break;

Archive Download the corresponding diff file

Revision: 263