From owner-freebsd-mips@FreeBSD.ORG Mon May 30 16:33:04 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D1C21065675; Mon, 30 May 2011 16:33:04 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-px0-f172.google.com (mail-px0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id 16D3B8FC12; Mon, 30 May 2011 16:33:03 +0000 (UTC) Received: by pxi6 with SMTP id 6so2295932pxi.17 for ; Mon, 30 May 2011 09:33:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yxqgvscOJYx+b83AL3My6Rx16nltsx5kNBkWX9NDxSk=; b=e3JRW16ZZdC9j7Mxe1bOZgSMUAwuWdwut3T+ZO34PitrL53qL5BBXvmq2Y9gBXGQT1 W20vvo+LBryJWJYvmPiugQiGp3soaJt3GWn8pjwpM0F+edA6FNcLX0Oi54xJe5qk/sDy nziym4n1pMj5DaCyS9sqGTlJFhbQDwzrvTEEE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=MbhjzXj66yVbmlfq+6d0iHnNyVwRj0v7lyL7jQeaedxeuLlEDbWpntrYDolgH3Qc5D cuVJ5D6VH9B9XplwDBFddPeca1zEDdyhdn6UPeRvvShXKYVbhMke+Eqh17mzH76i0AaU M3TMuqzd2uVLWThx1Jq0qWW7FQYx+7oH45uAc= MIME-Version: 1.0 Received: by 10.142.3.39 with SMTP id 39mr788851wfc.138.1306773183500; Mon, 30 May 2011 09:33:03 -0700 (PDT) Received: by 10.142.231.16 with HTTP; Mon, 30 May 2011 09:33:03 -0700 (PDT) In-Reply-To: <4DD41715.2050203@freebsd.org> References: <4DD31231.5010000@freebsd.org> <4DD41715.2050203@freebsd.org> Date: Mon, 30 May 2011 22:03:03 +0530 Message-ID: From: "Jayachandran C." To: Oleksandr Tymoshenko Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-mips@freebsd.org" Subject: Re: Trouble with dynamic executables 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, 30 May 2011 16:33:04 -0000 On Thu, May 19, 2011 at 12:29 AM, Oleksandr Tymoshenko wrote: > On 18/05/2011 5:59 AM, Andrew Duane wrote: >> >> Thanks! I will try this patch out as soon as I get a chance. I had to >> repurpose my boot disk, but I can get it back today. >> > Not really. It can be =A0multiline. Though it's the only place > where this variable is used and I'm not completely sure > it's really required there. As a workaround it worked for me, > but proper fix will require more svn history digging. I did some digging on this, and your patch looks like the right way to go. Here's what I got: INITIAL_READONLY_SECTIONS had only the .reginfo or .MIPS.options entry. n32 was updated to use .reginfo in elf32bmipn32-defs.sh, and then elf64bmip-defs.sh added to override to use .MIPS.options for n64. (see http://sourceware.org/ml/binutils/2006-10/msg00111.html) But when a further update happened, INITIAL_READONLY_SECTIONS was expanded to include the '.interp' section in elf32bmipn32-defs.sh. But it looks like elf64bmip-defs.sh was not updated in the same way. ( see http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/emulparams/elf32bmipn= 32-defs.sh.diff?r1=3D1.11&r2=3D1.12&cvsroot=3Dsrc&f=3Dh http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/emulparams/elf64bmip-defs.s= h.diff?r1=3D1.2&r2=3D1.3&cvsroot=3Dsrc&f=3Dh ) The only change I'd make is to add ${RELOCATING-0} part that is missing from your patch which seems to be the new style. My take on the same patch would be: Index: contrib/binutils/ld/emulparams/elf64bmip-defs.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- contrib/binutils/ld/emulparams/elf64bmip-defs.sh (revision 222445) +++ contrib/binutils/ld/emulparams/elf64bmip-defs.sh (working copy) @@ -1,3 +1,12 @@ . ${srcdir}/emulparams/elf32bmipn32-defs.sh COMMONPAGESIZE=3D"CONSTANT (COMMONPAGESIZE)" -INITIAL_READONLY_SECTIONS=3D".MIPS.options : { *(.MIPS.options) }" + +# elf32bmipn32-defs.sh use .reginfo now, n64 ABI should use .MIPS.options +# Override INITIAL_READONLY_SECTIONS to have .MIPS.options instead +# of .reginfo +INITIAL_READONLY_SECTIONS=3D +if test -z "${CREATE_SHLIB}"; then + INITIAL_READONLY_SECTIONS=3D".interp ${RELOCATING-0} : { *(.interp= ) }" +fi +INITIAL_READONLY_SECTIONS=3D"${INITIAL_READONLY_SECTIONS} + .MIPS.options ${RELOCATING-0} : { *(.MIPS.options) }" --=20 Let me know if you plan to check in your changes (you can add a reviewed by me if you like), otherwise I can check in the changes above. JC. From owner-freebsd-mips@FreeBSD.ORG Tue May 31 10:00:36 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39BD6106564A for ; Tue, 31 May 2011 10:00:36 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id EFCD48FC14 for ; Tue, 31 May 2011 10:00:35 +0000 (UTC) Received: by yxl31 with SMTP id 31so2507956yxl.13 for ; Tue, 31 May 2011 03:00:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=wgd+BNhZO6AuwqWDsyux5+dnPCWsUIOysjdJszhU0S8=; b=tNHKHWbrYRuxGDrl990X6mswQPHHLO/+FytjtGjer53tqzyArxb1GtUJ8JMw0X7cZb hyXb9hm+LyRm1Segb24ulaKcVbS/tU835thR55OoCkkVPs7zsHCX/aaofoKTM7une8CN wEsil0ustPmue86/+d6LWyjuDXAX9nBWMtp5c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=VacChRBdcuGjkBzwmVlra0Iy1sbWr4ZfxPcDTRJ17wd9ZsjnA+G2uISKQaGskvPz9v FkiVXTsU4YdyZBcBFq1A+0yA9giy5h2rL1fJXkt80BPwU5JqrHdsGkDasCJwBGmK6Brc WHkd8nJ2gXue0X4nGeDgeJii1VGobH8tWJ40U= MIME-Version: 1.0 Received: by 10.151.58.8 with SMTP id l8mr3530156ybk.242.1306836035138; Tue, 31 May 2011 03:00:35 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.151.107.15 with HTTP; Tue, 31 May 2011 03:00:35 -0700 (PDT) Date: Tue, 31 May 2011 18:00:35 +0800 X-Google-Sender-Auth: tpZSZCudAueXzufm9OSQ8WuTwBc Message-ID: From: Adrian Chadd To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: hwpmc and mips? 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: Tue, 31 May 2011 10:00:36 -0000 Hi all, Is anyone out there successfully using hwpmc on mips? mips24k ? ar71xx/ar913x? :-) When I enable a system-wide sampling counter (that isn't the "sample instruction count", as gnn's work notes that doesn't currently function), I get the hardware locked up in an IRQ serving loop. I'm likely going to look at this sometime after July (and I'm sure it's just a case of hooking into the right IRQ handler) but if someone beat me to it *hint*, I'd very much appreciate it. Thanks, Adrian From owner-freebsd-mips@FreeBSD.ORG Tue May 31 10:08:28 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51302106564A for ; Tue, 31 May 2011 10:08:28 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0DF498FC19 for ; Tue, 31 May 2011 10:08:27 +0000 (UTC) Received: by yie12 with SMTP id 12so2511940yie.13 for ; Tue, 31 May 2011 03:08:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=oO1nMM4hvNReqMhae/nGz+vaGblFYrGseOsH/5Y9OMc=; b=Rs7Vx6LcOYkeNdLpTMeGgiE+g9SaJay6rZPR5rfEaWK/RycwGrhgwjnEnkHit1bZb9 KjUsXd7E0Cku1lgzIF0j4XY1IO9FPr0idyDx0p2d+4uXUHbQD5N4YBxl62hpHRqpnFMy Flq6ybCZgvh7ftvgTBctiU46WYhNLYqUwp0DQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=uILIsDCZRO8/hFlMH7RCOSojQS2RaBRq0/b18NQBFreBLsz/RCZO36HvuznbYX0qgO DscRzBYcibnI91Jr9QjQbmP4r2rPCOrfOgzjaH3efR35XrAolCbIixAmcStJHho+2M69 FG5xr3noTk2r1/En4cYSLtyYKPP6z6di0J7ZQ= MIME-Version: 1.0 Received: by 10.150.63.19 with SMTP id l19mr5252662yba.71.1306836507115; Tue, 31 May 2011 03:08:27 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.151.107.15 with HTTP; Tue, 31 May 2011 03:08:27 -0700 (PDT) In-Reply-To: References: Date: Tue, 31 May 2011 18:08:27 +0800 X-Google-Sender-Auth: UvEdmBQKzeEEWduf-RgPDp6fNz0 Message-ID: From: Adrian Chadd To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: hwpmc and mips? 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: Tue, 31 May 2011 10:08:28 -0000 On 31 May 2011 18:00, Adrian Chadd wrote: > I'm likely going to look at this sometime after July (and I'm sure > it's just a case of hooking into the right IRQ handler) but if someone > beat me to it *hint*, I'd very much appreciate it. To prove I'm not completely slack, I went spelunking through the source to see how hwpmc hooks into things. There's no HWPMC_HOOKS used anywhere in sys/mips/* or sys/mips/*/*, save config files. I thus have a feeling the hwpmc glue for sampling mode just isn't there for any MIPS core at the present time. Would someone more versed in the ways of MIPS stack frame magic and trap handling care to take a stab at it? Thanks, Adrian From owner-freebsd-mips@FreeBSD.ORG Tue May 31 14:57:22 2011 Return-Path: Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83B44106564A; Tue, 31 May 2011 14:57:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 429008FC15; Tue, 31 May 2011 14:57:22 +0000 (UTC) Received: from [10.0.0.63] (63.imp.bsdimp.com [10.0.0.63]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p4VErmde013336 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Tue, 31 May 2011 08:53:50 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Tue, 31 May 2011 08:53:47 -0600 Content-Transfer-Encoding: 7bit Message-Id: <6BA5EFDB-BB82-49D6-A253-F8917BBD9C9A@bsdimp.com> References: To: Adrian Chadd X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Tue, 31 May 2011 08:53:50 -0600 (MDT) Cc: George Neville-Neil , freebsd-mips@FreeBSD.org Subject: Re: hwpmc and mips? 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: Tue, 31 May 2011 14:57:22 -0000 Hey Adrian I thought that gnn@ did some work here for mips24ish cores. George? Warner On May 31, 2011, at 4:08 AM, Adrian Chadd wrote: > On 31 May 2011 18:00, Adrian Chadd wrote: > >> I'm likely going to look at this sometime after July (and I'm sure >> it's just a case of hooking into the right IRQ handler) but if someone >> beat me to it *hint*, I'd very much appreciate it. > > To prove I'm not completely slack, I went spelunking through the > source to see how hwpmc hooks into things. > > There's no HWPMC_HOOKS used anywhere in sys/mips/* or sys/mips/*/*, > save config files. > > I thus have a feeling the hwpmc glue for sampling mode just isn't > there for any MIPS core at the present time. > > Would someone more versed in the ways of MIPS stack frame magic and > trap handling care to take a stab at it? > > Thanks, > > > Adrian > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" > > From owner-freebsd-mips@FreeBSD.ORG Tue May 31 17:56:34 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 970A81065673 for ; Tue, 31 May 2011 17:56:34 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id F11168FC13 for ; Tue, 31 May 2011 17:56:33 +0000 (UTC) Received: by wyf23 with SMTP id 23so4757900wyf.13 for ; Tue, 31 May 2011 10:56:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=cSvz0Ull0HyNGMFMzWkfvbrlvFhw2XjROnnpZUdEHsE=; b=vjxCTfhyK/ImpVza7XbrzhmLsskpfSUn6EaNBohUGYOOqxjIS8PE7Xp8yVzLcZvBqM ySIYMN9Y52sFVUy5fQYGw2lQ5G51RuswT5URhk59hUPkVT7I9hA5dNE0aFyjK1lh6xFY 9qgZ+fSvMrFYhOVSqvFWYEQRA1uehR2iSXj54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Pv3w/JOaCgCj/NFDF55xHRMh0uDtP3ITeEA7nta/oIxZonryiVpwE8L135NcgjoH2G lf+qnrPez+tbmerxw0HP2TftVhBOcJB5uomspoJmVOz4ANjevkw5z+M80yW0mkjob38B B2AI7iDnxS2TzNzGPKZOr1OwKG6VWfLNsO6Oo= MIME-Version: 1.0 Received: by 10.216.62.195 with SMTP id y45mr3648168wec.15.1306864592742; Tue, 31 May 2011 10:56:32 -0700 (PDT) Received: by 10.216.154.149 with HTTP; Tue, 31 May 2011 10:56:32 -0700 (PDT) In-Reply-To: References: Date: Tue, 31 May 2011 23:26:32 +0530 Message-ID: From: "Jayachandran C." To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org Subject: Re: hwpmc and mips? 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: Tue, 31 May 2011 17:56:34 -0000 On Tue, May 31, 2011 at 3:38 PM, Adrian Chadd wrote: > On 31 May 2011 18:00, Adrian Chadd wrote: > >> I'm likely going to look at this sometime after July (and I'm sure >> it's just a case of hooking into the right IRQ handler) but if someone >> beat me to it *hint*, I'd very much appreciate it. > > To prove I'm not completely slack, I went spelunking through the > source to see how hwpmc hooks into things. > > There's no HWPMC_HOOKS used anywhere in sys/mips/* or sys/mips/*/*, > save config files. > > I thus have a feeling the hwpmc glue for sampling mode just isn't > there for any MIPS core at the present time. > > Would someone more versed in the ways of MIPS stack frame magic and > trap handling care to take a stab at it? We have some work in progress on hwpmc on XLR, there is a hang on SMP which we need to fix before merging it. The counters are very different from the mips24k, and unfortunately the counters generated the same interrupt as the count/compare timer. On mips, getting the stack trace is going to be difficult - I'm not sure if this can be done efficiently in the pmc interrupt handler at all. JC. From owner-freebsd-mips@FreeBSD.ORG Wed Jun 1 10:14:59 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C473106566B for ; Wed, 1 Jun 2011 10:14:59 +0000 (UTC) (envelope-from plaxo@mx.plaxo.com) Received: from mx.plaxo.com (mx.plaxo.com [204.15.240.91]) by mx1.freebsd.org (Postfix) with ESMTP id 08C528FC0A for ; Wed, 1 Jun 2011 10:14:59 +0000 (UTC) Received: from 127.0.0.1 ([10.1.2.12]) by mx.plaxo.com (StrongMail Enterprise 4.1.2(4.1.2-51177)); Wed, 01 Jun 2011 02:59:57 -0700 X-VirtualServer: Pulse-Member, mx.plaxo.com, 10.1.6.61 X-MailingID: 00000::00000::00000::00000::79-0-0-244816035251-0-20110601::368170 X-SMHeaderMap: mid="X-MailingID" X-Destination-ID: freebsd-mips@freebsd.org X-SMFBL: ZnJlZWJzZC1taXBzQGZyZWVic2Qub3Jn DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=mx.plaxo.com; s=plaxo; l=6977; t=1306922397; i=@mx.plaxo.com; h=From:To:Subject:Message-Id:X-VirtualServerGroup: X-PlaxoMailType:X-PlaxoMailID:List-Unsubscribe:Reply-To: Errors-To:Date:X-Mailer:Content-Type:MIME-Version; bh=96XyH2dyLI Bv3nco7myvNvU9O0I=; b=VMX5Z7VuDHxmpd+PkYyGRb23WprTsubbQKbac25S3v 7R3tOXEbiJnyMz23QZfavPdWrOfSYnBSDpq43k9wmqzZR97gsYFtZgLRLi/auc/2 9coQEAiJOToyF4VSlK/NlD From: "John Styler via Plaxo" To: freebsd-mips@freebsd.org Message-Id: <0939d4e8f79aabe731a462345c5d2a99@xpertmailer.com> X-VirtualServerGroup: Pulse-Member X-PlaxoMailType: Pulse-NonMember X-PlaxoMailID: 79-0-0-244816035251-0-20110601 Errors-To: plaxo@mx.plaxo.com Date: Wed, 01 Jun 2011 02:59:57 -0700 X-Mailer: XPM4 v.0.3 < www.xpertmailer.com > MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: John Styler has invited you to join Plaxo X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noreply@plaxo.com List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 10:14:59 -0000 John invited you to join Plaxo!=20 John Styler Web & Graphic Specialist, Get more people to see your business @ www.BizOppers.biz John uses Plaxo, a smart address book that keeps your address book up-to-date and notifies your important contacts when you change your information. Learn more. http://www.plaxo.com/products?src=3Demail&et=3D79&el=3Den_us Join now for free http://www.plaxo.com/join/taf?src=3Demail&et=3D79&el=3Den_us&rem=3D5edZYo2eRQP= eJfCYsBH0vnxY6hoUtF8IihuSPcI1FXU%3D&suid=3DWwCFRqYnbpMkAONcISCRzHWRMlgGub8lK2E= ZdQ09YYk%3D Plaxo, Inc. - 203 Ravendale Drive - Mountain View - CA - 94043 - USA=20 Never Send Me Emails http://www.plaxo.com/stop?src=3Demail&et=3D79&el=3Den_us&email=3Dfreebsd-mips%= 40freebsd.org From owner-freebsd-mips@FreeBSD.ORG Wed Jun 1 10:18:53 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9655106566C for ; Wed, 1 Jun 2011 10:18:53 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 817078FC19 for ; Wed, 1 Jun 2011 10:18:53 +0000 (UTC) Received: by yie12 with SMTP id 12so3218148yie.13 for ; Wed, 01 Jun 2011 03:18:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Yp9E6aIbWj4/AchPvkwpSNj6sw7c0pAUpT59CkQZlqw=; b=WU2DCBbUuh7HnyQgJuz690Z1G0GZDpDMUTgbfahQOhezZla3EBvi16jX2QDr44QjxM XjM2pqzrB8ZptxOm36r8liiIcsYfFs6hlN1Atem1T14XoZBbAH9MU2vt4ijHPEgHIcIb /CnLqjUjPBOB2NuRnKnOKazZI71DNc6VV9HvM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=vQVGORYoth+A44Q9uKz4UCJc0KWguvc5snDUYpammxnQYxcOqSLrL7EHX5z6qYskWy NPz3tiGDuE7/eHj20yZ7gZJ1SFDLHBc1IvH/68Bs2Zj4s7xW62qDG2EIW4Qe7ENmpZAz 3kk47SqZcjkvxoaapQ0E+ylGpptoF3yHHoU7w= MIME-Version: 1.0 Received: by 10.150.63.19 with SMTP id l19mr6476750yba.71.1306923530923; Wed, 01 Jun 2011 03:18:50 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.151.107.15 with HTTP; Wed, 1 Jun 2011 03:18:50 -0700 (PDT) In-Reply-To: <6BA5EFDB-BB82-49D6-A253-F8917BBD9C9A@bsdimp.com> References: <6BA5EFDB-BB82-49D6-A253-F8917BBD9C9A@bsdimp.com> Date: Wed, 1 Jun 2011 18:18:50 +0800 X-Google-Sender-Auth: U4zEhndV8RZir_AX07BK59-2ezU Message-ID: From: Adrian Chadd To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: George Neville-Neil , freebsd-mips@freebsd.org Subject: Re: hwpmc and mips? 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: Wed, 01 Jun 2011 10:18:53 -0000 The hwpmc counters are there but the hooks into the trap frame and interrupt handling aren't. Adrian On 31 May 2011 22:53, Warner Losh wrote: > Hey Adrian > > I thought that gnn@ did some work here for mips24ish cores. =A0George? > > Warner > > On May 31, 2011, at 4:08 AM, Adrian Chadd wrote: > >> On 31 May 2011 18:00, Adrian Chadd wrote: >> >>> I'm likely going to look at this sometime after July (and I'm sure >>> it's just a case of hooking into the right IRQ handler) but if someone >>> beat me to it *hint*, I'd very much appreciate it. >> >> To prove I'm not completely slack, I went spelunking through the >> source to see how hwpmc hooks into things. >> >> There's no HWPMC_HOOKS used anywhere in sys/mips/* or sys/mips/*/*, >> save config files. >> >> I thus have a feeling the hwpmc glue for sampling mode just isn't >> there for any MIPS core at the present time. >> >> Would someone more versed in the ways of MIPS stack frame magic and >> trap handling care to take a stab at it? >> >> Thanks, >> >> >> Adrian >> _______________________________________________ >> freebsd-mips@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-mips >> To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" >> >> > > From owner-freebsd-mips@FreeBSD.ORG Thu Jun 2 23:11:55 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1E1C106566C; Thu, 2 Jun 2011 23:11:55 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from vps.hungerhost.com (vps.hungerhost.com [216.38.53.176]) by mx1.freebsd.org (Postfix) with ESMTP id 921188FC0C; Thu, 2 Jun 2011 23:11:55 +0000 (UTC) Received: from [209.249.190.124] (helo=gnnmac.hudson-trading.com) by vps.hungerhost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1QSA7G-00035I-1e; Thu, 02 Jun 2011 11:47:22 -0400 Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: George Neville-Neil In-Reply-To: Date: Thu, 2 Jun 2011 11:47:21 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <6BA5EFDB-BB82-49D6-A253-F8917BBD9C9A@bsdimp.com> To: Adrian Chadd X-Pgp-Agent: GPGMail 1.3.3 X-Mailer: Apple Mail (2.1084) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - neville-neil.com Cc: freebsd-mips@freebsd.org Subject: Re: hwpmc and mips? 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: Thu, 02 Jun 2011 23:11:55 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Jun 1, 2011, at 06:18 , Adrian Chadd wrote: > The hwpmc counters are there but the hooks into the trap frame and > interrupt handling aren't. >=20 Yes, the counters work but that's about it. I've been too busy with my = day job to do much on this at all, and I don't know when I'd get back to it. The basic framework to get other MIPS counters going is there, but, as I = have noticed from reading over various hardware manuals, counters on MIPS = diverge even more than they do between x86 variants. Each one is going to be = annoyingly different. Sorry I can't be of more help on this at the moment. Best, George >=20 >=20 > Adrian >=20 > On 31 May 2011 22:53, Warner Losh wrote: >> Hey Adrian >>=20 >> I thought that gnn@ did some work here for mips24ish cores. George? >>=20 >> Warner >>=20 >> On May 31, 2011, at 4:08 AM, Adrian Chadd wrote: >>=20 >>> On 31 May 2011 18:00, Adrian Chadd wrote: >>>=20 >>>> I'm likely going to look at this sometime after July (and I'm sure >>>> it's just a case of hooking into the right IRQ handler) but if = someone >>>> beat me to it *hint*, I'd very much appreciate it. >>>=20 >>> To prove I'm not completely slack, I went spelunking through the >>> source to see how hwpmc hooks into things. >>>=20 >>> There's no HWPMC_HOOKS used anywhere in sys/mips/* or sys/mips/*/*, >>> save config files. >>>=20 >>> I thus have a feeling the hwpmc glue for sampling mode just isn't >>> there for any MIPS core at the present time. >>>=20 >>> Would someone more versed in the ways of MIPS stack frame magic and >>> trap handling care to take a stab at it? >>>=20 >>> Thanks, >>>=20 >>>=20 >>> Adrian >>> _______________________________________________ >>> freebsd-mips@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-mips >>> To unsubscribe, send any mail to = "freebsd-mips-unsubscribe@freebsd.org" >>>=20 >>>=20 >>=20 >>=20 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) iEYEARECAAYFAk3nsIkACgkQYdh2wUQKM9LNcACeIV+equhS0gG0uKhHpLzONe0R aGMAn2AFk8kbhau1wgQNSOHzdlrd6nHH =3DkLTq -----END PGP SIGNATURE----- From owner-freebsd-mips@FreeBSD.ORG Thu Jun 2 23:48:04 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BF38106564A for ; Thu, 2 Jun 2011 23:48:04 +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 61B558FC17 for ; Thu, 2 Jun 2011 23:48:03 +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 1QSHcN-000PL9-JA; Thu, 02 Jun 2011 16:48:00 -0700 Message-ID: <4DE82130.8010803@freebsd.org> Date: Thu, 02 Jun 2011 16:48:00 -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: "Jayachandran C." References: <4DD31231.5010000@freebsd.org> <4DD41715.2050203@freebsd.org> 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 30/05/2011 9:33 AM, Jayachandran C. wrote: > Index: contrib/binutils/ld/emulparams/elf64bmip-defs.sh > =================================================================== > --- contrib/binutils/ld/emulparams/elf64bmip-defs.sh (revision 222445) > +++ contrib/binutils/ld/emulparams/elf64bmip-defs.sh (working copy) [...] 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: "freebsd-mips@freebsd.org" Subject: Re: Trouble with dynamic executables 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: Thu, 02 Jun 2011 23:48:04 -0000 On 30/05/2011 9:33 AM, Jayachandran C. wrote: > Index: contrib/binutils/ld/emulparams/elf64bmip-defs.sh > =================================================================== > --- contrib/binutils/ld/emulparams/elf64bmip-defs.sh (revision 222445) > +++ contrib/binutils/ld/emulparams/elf64bmip-defs.sh (working copy) This patch looks better. I think it's OK to commit it. From owner-freebsd-mips@FreeBSD.ORG Sat Jun 4 07:13:28 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 98CE11065670 for ; Sat, 4 Jun 2011 07:13:28 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4476E8FC14 for ; Sat, 4 Jun 2011 07:13:28 +0000 (UTC) Received: from 63.imp.bsdimp.com (63.imp.bsdimp.com [10.0.0.63]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p5478Lw5060345 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO) for ; Sat, 4 Jun 2011 01:08:21 -0600 (MDT) (envelope-from imp@bsdimp.com) From: Warner Losh Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Sat, 4 Jun 2011 01:08:18 -0600 Message-Id: To: mips@freebsd.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Sat, 04 Jun 2011 01:08:21 -0600 (MDT) Cc: Subject: True IDE mode on Octeon CF 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: Sat, 04 Jun 2011 07:13:28 -0000 I just added True IDE mode on Octeon CF in current. If you are using Octeon CF, please test this change to make sure that = I've not broken something. I'm especially interested in folks that have = 8-bit CF bus, since none of my boards have that. Or if you have = non-functional CF slots, give it a try to see if they are lurking True = IDE CF slots. Warner From owner-freebsd-mips@FreeBSD.ORG Sat Jun 4 07:50:15 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 843341065670 for ; Sat, 4 Jun 2011 07:50:15 +0000 (UTC) (envelope-from matheus@eternamente.info) Received: from phoenix.eternamente.info (phoenix.eternamente.info [109.169.62.232]) by mx1.freebsd.org (Postfix) with ESMTP id 60A018FC0A for ; Sat, 4 Jun 2011 07:50:15 +0000 (UTC) Received: by phoenix.eternamente.info (Postfix, from userid 80) id 7E98D1CC64; Sat, 4 Jun 2011 04:34:38 -0300 (BRT) Received: from 187.114.194.59 (SquirrelMail authenticated user matheus) by 109.169.62.232 with HTTP; Sat, 4 Jun 2011 04:34:38 -0300 Message-ID: In-Reply-To: References: Date: Sat, 4 Jun 2011 04:34:38 -0300 From: "Nenhum_de_Nos" To: freebsd-mips@freebsd.org User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: True IDE mode on Octeon CF 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: Sat, 04 Jun 2011 07:50:15 -0000 On Sat, June 4, 2011 04:08, Warner Losh wrote: > I just added True IDE mode on Octeon CF in current. > > If you are using Octeon CF, please test this change to make sure that I've > not broken something. I'm especially interested in folks that have 8-bit > CF bus, since none of my boards have that. Or if you have non-functional > CF slots, give it a try to see if they are lurking True IDE CF slots. Warner, would this help in Seagate Microdrives and i386 arch ? I have a current to test, as it never worked :( thanks, matheus -- We will call you cygnus, The God of balance you shall be A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? http://en.wikipedia.org/wiki/Posting_style From owner-freebsd-mips@FreeBSD.ORG Sat Jun 4 08:01:00 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BE96106566C for ; Sat, 4 Jun 2011 08:01:00 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id E01628FC0A for ; Sat, 4 Jun 2011 08:00:59 +0000 (UTC) Received: from 63.imp.bsdimp.com (63.imp.bsdimp.com [10.0.0.63]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p547v5rn060595 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Sat, 4 Jun 2011 01:57:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh X-Priority: 3 (Normal) In-Reply-To: Date: Sat, 4 Jun 2011 01:57:05 -0600 Content-Transfer-Encoding: 7bit Message-Id: <0A081886-16AD-41B6-88F9-33E318C6A44D@bsdimp.com> References: To: "Nenhum_de_Nos" X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Sat, 04 Jun 2011 01:57:05 -0600 (MDT) Cc: freebsd-mips@freebsd.org Subject: Re: True IDE mode on Octeon CF 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: Sat, 04 Jun 2011 08:01:00 -0000 On Jun 4, 2011, at 1:34 AM, Nenhum_de_Nos wrote: > > On Sat, June 4, 2011 04:08, Warner Losh wrote: >> I just added True IDE mode on Octeon CF in current. >> >> If you are using Octeon CF, please test this change to make sure that I've >> not broken something. I'm especially interested in folks that have 8-bit >> CF bus, since none of my boards have that. Or if you have non-functional >> CF slots, give it a try to see if they are lurking True IDE CF slots. > > Warner, > > would this help in Seagate Microdrives and i386 arch ? > > I have a current to test, as it never worked :( No. This is completely MIPS specific... Warner From owner-freebsd-mips@FreeBSD.ORG Sat Jun 4 09:35:40 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 667851065670 for ; Sat, 4 Jun 2011 09:35:40 +0000 (UTC) (envelope-from matheus@eternamente.info) Received: from phoenix.eternamente.info (phoenix.eternamente.info [109.169.62.232]) by mx1.freebsd.org (Postfix) with ESMTP id 3FCAA8FC08 for ; Sat, 4 Jun 2011 09:35:39 +0000 (UTC) Received: by phoenix.eternamente.info (Postfix, from userid 80) id 7223C1CC64; Sat, 4 Jun 2011 06:35:38 -0300 (BRT) Received: from 186.214.130.113 (SquirrelMail authenticated user matheus) by eternamente.info with HTTP; Sat, 4 Jun 2011 06:35:38 -0300 Message-ID: <8c080694f22bb792547caff48bc9ffba.squirrel@eternamente.info> In-Reply-To: <0A081886-16AD-41B6-88F9-33E318C6A44D@bsdimp.com> References: <0A081886-16AD-41B6-88F9-33E318C6A44D@bsdimp.com> Date: Sat, 4 Jun 2011 06:35:38 -0300 From: "Nenhum_de_Nos" To: freebsd-mips@freebsd.org User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: True IDE mode on Octeon CF 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: Sat, 04 Jun 2011 09:35:40 -0000 On Sat, June 4, 2011 04:57, Warner Losh wrote: > > On Jun 4, 2011, at 1:34 AM, Nenhum_de_Nos wrote: > >> >> On Sat, June 4, 2011 04:08, Warner Losh wrote: >>> I just added True IDE mode on Octeon CF in current. >>> >>> If you are using Octeon CF, please test this change to make sure that >>> I've >>> not broken something. I'm especially interested in folks that have >>> 8-bit >>> CF bus, since none of my boards have that. Or if you have >>> non-functional >>> CF slots, give it a try to see if they are lurking True IDE CF slots. >> >> Warner, >> >> would this help in Seagate Microdrives and i386 arch ? >> >> I have a current to test, as it never worked :( > > No. This is completely MIPS specific... > > Warner ok, thanks, matheus -- We will call you cygnus, The God of balance you shall be A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? http://en.wikipedia.org/wiki/Posting_style From owner-freebsd-mips@FreeBSD.ORG Sat Jun 4 17:00:09 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BDFE106566B for ; Sat, 4 Jun 2011 17:00:09 +0000 (UTC) (envelope-from anjali@juniper.net) Received: from exprod7og127.obsmtp.com (exprod7og127.obsmtp.com [64.18.2.210]) by mx1.freebsd.org (Postfix) with ESMTP id 9B7608FC0A for ; Sat, 4 Jun 2011 17:00:08 +0000 (UTC) Received: from P-EMHUB02-HQ.jnpr.net ([66.129.224.36]) (using TLSv1) by exprod7ob127.postini.com ([64.18.6.12]) with SMTP ID DSNKTepkmDVvb7NYGYBJqrWdWM3wniv7zJEm@postini.com; Sat, 04 Jun 2011 10:00:08 PDT Received: from EMBX01-HQ.jnpr.net ([fe80::c821:7c81:f21f:8bc7]) by P-EMHUB02-HQ.jnpr.net ([fe80::88f9:77fd:dfc:4d51%11]) with mapi; Sat, 4 Jun 2011 09:49:17 -0700 From: Anjali Kulkarni To: "freebsd-mips@freebsd.org" Date: Sat, 4 Jun 2011 09:49:11 -0700 Thread-Topic: NehA Thread-Index: Acwi11c9EXjvMoLsRXO7YWKVpFsXHw== Message-ID: <8B5B2AFE-E8B2-45C3-AE49-559D00B86BB4@juniper.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: NehA 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: Sat, 04 Jun 2011 17:00:09 -0000