From owner-freebsd-mips@FreeBSD.ORG Mon Jun 20 17:24:01 2011 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00EE4106564A for ; Mon, 20 Jun 2011 17:24:01 +0000 (UTC) (envelope-from aduane@juniper.net) Received: from exprod7og107.obsmtp.com (exprod7og107.obsmtp.com [64.18.2.167]) by mx1.freebsd.org (Postfix) with ESMTP id 9A9A98FC16 for ; Mon, 20 Jun 2011 17:24:00 +0000 (UTC) Received: from P-EMHUB01-HQ.jnpr.net ([66.129.224.36]) (using TLSv1) by exprod7ob107.postini.com ([64.18.6.12]) with SMTP ID DSNKTf+CLw3Mr1Bx79MbusMShzogQsbtfI5G@postini.com; Mon, 20 Jun 2011 10:24:00 PDT Received: from p-emfe01-wf.jnpr.net (172.28.145.24) by P-EMHUB01-HQ.jnpr.net (172.24.192.35) with Microsoft SMTP Server (TLS) id 8.2.254.0; Mon, 20 Jun 2011 10:22:36 -0700 Received: from EMBX01-WF.jnpr.net ([fe80::1914:3299:33d9:e43b]) by p-emfe01-wf.jnpr.net ([fe80::d0d1:653d:5b91:a123%11]) with mapi; Mon, 20 Jun 2011 13:22:35 -0400 From: Andrew Duane To: "mips@freebsd.org" Date: Mon, 20 Jun 2011 13:22:31 -0400 Thread-Topic: Changes to cpu_mask in octeon_mp.c Thread-Index: AcwvbqNChYn5wReiQZGBNC2eeavQfw== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-cr-puzzleid: {CDB5310F-05AD-41E5-B16F-00A2A828C317} x-cr-hashedpuzzle: AECG BAgc Bhag Bk9W BwBr ElhL E8Ct FswJ GDcK GXdp GrTD HRyV IBHY IQkk IqXZ JTqT; 1; bQBpAHAAcwBAAGYAcgBlAGUAYgBzAGQALgBvAHIAZwA=; Sosha1_v1; 7; {CDB5310F-05AD-41E5-B16F-00A2A828C317}; YQBkAHUAYQBuAGUAQABqAHUAbgBpAHAAZQByAC4AbgBlAHQA; Mon, 20 Jun 2011 17:22:32 GMT; QwBoAGEAbgBnAGUAcwAgAHQAbwAgAGMAcAB1AF8AbQBhAHMAawAgAGkAbgAgAG8AYwB0AGUAbwBuAF8AbQBwAC4AYwA= acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Changes to cpu_mask in octeon_mp.c X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2011 17:24:01 -0000 I'm merging in some changes that were recently made to octeon_mp.c, and wan= t to clean it up. I had changed the platform_cpu_mask to return the Cavium = hardware register, rather than octeon_bootinfo->core_mask. This was part of= my cleanup to remove octeon_bootinfo from anywhere besides the boot code (= for bootstrap agnosticity). I was a little uncomfortable with returning ALL= cores that existed, in case core_mask was set to some sparse mask. I see i= n the log comments that this very topic was discussed. I can put in a check to see if octeon_bootinfo supplied a core_mask at boot= time, and mask the hardware register with that. IIRC, Cavium didn't really= say whether having non-contiguous cores was a possibility (e.g. a 12 core = CPU where 1 or 2 cores failed DVT and were masked out and sold as a 10-core= ). If this is a concern, I will figure something out for my octeon_mp.c; octeo= n_bootinfo will no longer exist outside the octeon_machdep.c file. BTW, Oleksandr had said he had committed my version, but the merge seems to= be broken here which indicates he didn't? ................................... Andrew Duane Juniper Networks o +1 978 589 0551 m +1 603-770-7088 aduane@juniper.net From owner-freebsd-mips@FreeBSD.ORG Mon Jun 20 19:48:57 2011 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 408431065670 for ; Mon, 20 Jun 2011 19:48:57 +0000 (UTC) (envelope-from gonzo@launchpad.bluezbox.com) Received: from launchpad.bluezbox.com (hq.bluezbox.com [70.38.37.145]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE568FC08 for ; Mon, 20 Jun 2011 19:48:56 +0000 (UTC) Received: from localhost ([127.0.0.1]) by launchpad.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.73 (FreeBSD)) (envelope-from ) id 1QYjm2-000FQ7-JT; Mon, 20 Jun 2011 12:04:39 -0700 Message-ID: <4DFF99C8.9060601@freebsd.org> Date: Mon, 20 Jun 2011 12:04:40 -0700 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Andrew Duane References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: gonzo@launchpad.bluezbox.com X-Spam-Level: ---- X-Spam-Report: Spam detection software, running on the system "hq.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 20/06/2011 10:22 AM, Andrew Duane wrote: > BTW, Oleksandr had said he had committed my version, but the merge seems to be broken here which indicates he didn't? I meant to but got hold up and then left for several days. Sorry about that :( [...] Content analysis details: (-4.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Cc: "mips@freebsd.org" Subject: Re: Changes to cpu_mask in octeon_mp.c X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2011 19:48:57 -0000 On 20/06/2011 10:22 AM, Andrew Duane wrote: > BTW, Oleksandr had said he had committed my version, but the merge seems to be broken here which indicates he didn't? I meant to but got hold up and then left for several days. Sorry about that :( From owner-freebsd-mips@FreeBSD.ORG Fri Jun 24 11:59:25 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F198106567C for ; Fri, 24 Jun 2011 11:59:25 +0000 (UTC) (envelope-from elektronika5sale@wp.pl) Received: from mail01.home.net.pl (mail01.home.net.pl [62.129.252.11]) by mx1.freebsd.org (Postfix) with SMTP id DF6EB8FC15 for ; Fri, 24 Jun 2011 11:59:24 +0000 (UTC) Received: from abxj100.neoplus.adsl.tpnet.pl [83.9.3.100] (HELO aehj98.neoplus.adsl.tpnet.pl) by internetmail.home.pl [212.85.96.60] with SMTP (IdeaSmtpServer v0.70) id 2525ad0c312b0bee; Fri, 24 Jun 2011 13:32:44 +0200 From: "Car Lab IMMO" To: "freebsd-mips" MIME-Version: 1.0 Organization: Car Lab IMMO Date: Fri, 24 Jun 2011 13:32:43 +0200 Message-Id: <20110624115925.7F198106567C@hub.freebsd.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: BYPASS + SIMULATOR OF IMMOBILIZERS AND SEAT OCCUPANT DETECTOR - COMPANY OFFER X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 11:59:25 -0000 =20 NEW, BETTER, WITH ADDITIONAL FUNCTIONS: BYPASS - Audi, Seat, Skoda, VW + simulator of immobilizers and seat occupant detector 39 programs ! It turns on or turns off immobilizer through the diagnostic plug OBD a= nd it allows emergency start after connect pins of instrument cluster = or immo, it also additionally works as a simulator of immobilizers and= seat occupant detector. This device is unique, it works without quantitative restrictions (you= can use it repeatedly in many cars), it is produced in the European U= nion by company CarLabImmo. PACKAGE CONTAINS: 1. BYPASS + simulator of immobilizers and seat occupant detector , 2. leather etui, 3. CD with instructions =2E.. for only 525 EURO !!! Warning! Since this version of the device, any updates FREE! (client only covers shipping costs both ways) Please visit our online store: www.elektronika.renado.pl Regards, Electronic Services Iwona Piotrowska st. Szosowa 2c 74-320 Barlinek=20 mobile 0048 691 406 958 If you are not interested in innovations offered by our company, pleas= e disregard this message. We sincerely apologize people not interested= in the news, for your time and place in your inbox.