DragonFly BSD
DragonFly users List (threaded) for 2006-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: est module


From: joerg@xxxxxxxxxxxxxxxxx
Date: Thu, 22 Jun 2006 15:36:38 +0200
Mail-followup-to: users@crater.dragonflybsd.org

On Thu, Jun 22, 2006 at 02:42:58PM +0200, Thomas Schlesinger wrote:
> Unfortunately, it seems not to support my Pentium-M 1.73GHz (Pentium M-740, 
> 533MHz FSB):

NetBSD has
/* Intel Pentium M processor 740 1.73 GHz */
static const struct fq_info pentium_m_n740[] = {
       { 1733, 1356 },
       { 1333, 1212 },
       { 1067, 1100 },
       {  800,  988 },
};

static const struct fqlist pentium_m_dothan[] = {
	...
        ENTRY("1.73", 0x06d8, pentium_m_n740, 4),
	...
};

Try to adopt it.

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]