NetBSD Problem Report #32606

From www@netbsd.org  Mon Jan 23 20:13:14 2006
Return-Path: <www@netbsd.org>
Received: by narn.netbsd.org (Postfix, from userid 31301)
	id 7A19B63BABE; Mon, 23 Jan 2006 20:13:14 +0000 (UTC)
Message-Id: <20060123201314.7A19B63BABE@narn.netbsd.org>
Date: Mon, 23 Jan 2006 20:13:14 +0000 (UTC)
From: richterf@uta1002.at
Reply-To: richterf@uta1002.at
To: gnats-bugs@netbsd.org
Subject: Speedstep support for Intel Pentium M 710
X-Send-Pr-Version: www-1.0

>Number:         32606
>Category:       port-i386
>Synopsis:       Speedstep support for Intel Pentium M 710
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    port-i386-maintainer
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 23 20:15:04 +0000 2006
>Closed-Date:    Mon Jan 23 20:22:16 +0000 2006
>Last-Modified:  Fri Jan 27 23:10:02 +0000 2006
>Originator:     Falk
>Release:        3.0
>Organization:
>Environment:
NetBSD  3.0 NetBSD 3.0 (FALK) #2: Tue Jan 17 19:43:48 CET 2006  root@:/usr/src/sys/arch/i386/compile/FALK i386
>Description:
The CPU in my Gericom notebook is an Intel Centrino M710 (1.4MHz, 90nm process, 400MHz frontside bus, 2MB cache). This CPU isn't in the current Intel documentation (I don't know the reason perhaps it is an oem-part) and so it isn't in the tables of the "est.c"-kernelfile. 
>How-To-Repeat:

>Fix:
I added the processor in the est.c-file and it works fine:

/* Intel Pentium M processor 710 1.4 GHz */
static const struct fq_info pentium_m_n710[] = {
	{ 1400, 1340 },
	{ 1200, 1228 },
	{ 1000, 1148 },
	{  800, 1068 },
	{  600,  988 }
};

and later in this file:

static const struct fqlist pentium_m_dothan[] = {
...
	ENTRY("1.40", pentium_m_n710),
};

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: xtraeme@netbsd.org
State-Changed-When: Mon, 23 Jan 2006 20:22:16 +0000
State-Changed-Why:
Code applied, thanks.


From: Juan Romero Pardines <xtraeme@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32606 CVS commit: src/sys/arch/i386/i386
Date: Mon, 23 Jan 2006 20:21:28 +0000 (UTC)

 Module Name:	src
 Committed By:	xtraeme
 Date:		Mon Jan 23 20:21:28 UTC 2006

 Modified Files:
 	src/sys/arch/i386/i386: est.c

 Log Message:
 PR port-i386/32606: Add support for the Pentium M 710.


 To generate a diff of this commit:
 cvs rdiff -r1.14 -r1.15 src/sys/arch/i386/i386/est.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32606 CVS commit: [netbsd-3] src/sys/arch/i386/i386
Date: Fri, 27 Jan 2006 23:09:15 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Fri Jan 27 23:09:15 UTC 2006

 Modified Files:
 	src/sys/arch/i386/i386 [netbsd-3]: est.c

 Log Message:
 Pull up following revision(s) (requested by xtraeme in ticket #1134):
 	sys/arch/i386/i386/est.c: revision 1.15
 PR port-i386/32606: Add support for the Pentium M 710.


 To generate a diff of this commit:
 cvs rdiff -r1.7.2.2 -r1.7.2.3 src/sys/arch/i386/i386/est.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.