From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 16 02:23:00 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C9316A4CE for ; Mon, 16 Aug 2004 02:22:59 +0000 (GMT) Received: from pd5mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6CCA43D1D for ; Mon, 16 Aug 2004 02:22:59 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from pd2mr4so.prod.shaw.ca (pd2mr4so-ser.prod.shaw.ca [10.0.141.107])2003))freebsd-mobile@freebsd.org; Sun, 15 Aug 2004 20:13:41 -0600 (MDT) Received: from pn2ml2so.prod.shaw.ca ([10.0.121.146]) by pd2mr4so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I2I004AKOUTVCF0@pd2mr4so.prod.shaw.ca> for freebsd-mobile@freebsd.org; Sun, 15 Aug 2004 20:13:41 -0600 (MDT) Received: from piii600.wadham.ox.ac.uk (S0106006067227a4a.vc.shawcable.net [24.87.233.42]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I2I00I2ZOUS3I@l-daemon> for freebsd-mobile@freebsd.org; Sun, 15 Aug 2004 20:13:41 -0600 (MDT) Date: Sun, 15 Aug 2004 19:13:39 -0700 From: Colin Percival In-reply-to: <20040816025929.hidrq4gwcc0g0csk@www.x123.info> X-Sender: cperciva@popserver.sfu.ca (Unverified) To: "Sebastian Yepes F. [ESN]" Message-id: <6.1.0.6.1.20040815190920.03db7570@popserver.sfu.ca> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Content-type: text/plain; charset=us-ascii References: <6.1.0.6.1.20040815104745.02a409c0@popserver.sfu.ca> <20040816025929.hidrq4gwcc0g0csk@www.x123.info> cc: freebsd-mobile@freebsd.org Subject: Re: Looking for *90nm* Pentium M owners... X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 02:23:00 -0000 At 17:59 15/08/2004, Sebastian Yepes F. [ESN] wrote: >CPU: Mobile Intel(R) Pentium(R) 4 - M CPU 2.40GHz (2392.95-MHz 686-class CPU) > >When i load the mod (dumpmsr.ko) it just panic the system, it's a current of >today. >know what can be the problem? The problem is Intel's confusing names. A "Pentium(R) 4 - M" is not the same as a "Pentium(R) M", and it doesn't have the MSR which the module was trying to read. (Similarly, the "Pentium(R) 4 - M" supports both "SpeedStep" and "SpeedStep 2", but not "Enhanced SpeedStep".) Colin Percival