https://bugzilla.kernel.org/show_bug.cgi?id=10386





--- Comment #8 from Michael Straube <mist...@web.de>  2011-01-18 10:38:32 ---
Created an attachment (id=44012)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=44012)
corrected speedstep-centrino.c patch

sorry, the first patch contains a mistake. It should be 100 instead of 133 for
base 

#define OPEX(mhz, base, mva, mvb, mvc, mvd)                     \
{                                                               \
        .frequency = (mhz) * 1000,                              \
        .index = (((mhz)/(base)) << 8) | ((mva - 700) / 16)     \
}

/* Intel Pentium M processor 715 / 1.50 GHz (Sonoma) */
static struct cpufreq_frequency_table sonoma_1500[] =
{
        OPEX( 600, 100,  988,  988,  988,  988),
        OPEX( 800, 100, 1068, 1068, 1068, 1052),
        OPEX(1000, 100, 1148, 1148, 1132, 1116),
        OPEX(1200, 100, 1228, 1212, 1212, 1180),
        OPEX(1500, 100, 1340, 1324, 1308, 1276),
        { .frequency = CPUFREQ_TABLE_END }
};

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to