From owner-freebsd-mips@FreeBSD.ORG Mon Jan 25 00:13:20 2010 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 A3A5B106566C for ; Mon, 25 Jan 2010 00:13:20 +0000 (UTC) (envelope-from smeagle@bsdler.de) Received: from hell.bsdler.de (hell-fe0.v6.bsdler.de [IPv6:2001:780:0:19::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2F7828FC1C for ; Mon, 25 Jan 2010 00:13:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hell.bsdler.de (Postfix) with ESMTP id 03C37B874 for ; Mon, 25 Jan 2010 01:13:18 +0100 (CET) X-Virus-Scanned: amavisd-new at bsdler.de Received: from hell.bsdler.de ([127.0.0.1]) by localhost (hell.bsdler.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hoh3Vzkt85hp for ; Mon, 25 Jan 2010 01:13:13 +0100 (CET) Received: from kiste.lan.terror.local (p4FF0B0BD.dip.t-dialin.net [79.240.176.189]) by hell.bsdler.de (Postfix) with ESMTPSA id 918DEB83D for ; Mon, 25 Jan 2010 01:13:11 +0100 (CET) Received: from [172.17.21.80] (brain.lan.terror.local [172.17.21.80]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by kiste.lan.terror.local (Postfix) with ESMTPS id BFB534AE07 for ; Mon, 25 Jan 2010 01:42:24 +0100 (CET) From: Florian Kruegl To: freebsd-mips@freebsd.org In-Reply-To: <1264351951.2647.93.camel@brain.lan.terror.local> References: <1264291220.2647.2.camel@brain.lan.terror.local> <77401129-0991-44BE-88A5-F4AA0E347703@bluezbox.com> <1264293898.2647.15.camel@brain.lan.terror.local> <1264297311.2647.51.camel@brain.lan.terror.local> <1264351951.2647.93.camel@brain.lan.terror.local> Content-Type: text/plain; charset="us-ascii" Date: Mon, 25 Jan 2010 01:10:24 +0100 Message-ID: <1264378224.2647.97.camel@brain.lan.terror.local> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: AR71XX RTC X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: smeagle@bsdler.de List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2010 00:13:20 -0000 Hi, On Sun, 2010-01-24 at 17:52 +0100, Florian Kruegl wrote: > Hi, > > On Sun, 2010-01-24 at 02:41 +0100, Florian Kruegl wrote: > > On Sat, 2010-01-23 at 16:53 -0800, Oleksandr Tymoshenko wrote: > > > On 2010-01-23, at 4:44 PM, Florian Kruegl wrote: > > > > > > > Hi, > > > > > > > > On Sat, 2010-01-23 at 16:21 -0800, Oleksandr Tymoshenko wrote: > > > >> On 2010-01-23, at 4:00 PM, Florian Kruegl wrote: > > > >> > > > >>> Hi, > > > >>> > > > >>> anyone working on pfc2123 driver for RouterStation Pro? > > > >>> Seems quite well documented, one issue might be CS hack, but the rest > > > >>> should be straight. > > > >> Driver was commited yesterday: > > > >> http://svn.freebsd.org/viewvc/base?view=revision&revision=202839 > > > >> forget about previous post(s), traps were not related to pfc2123 driver, as removing driver from kernel config made no change ;) updated to revision 202839 and kernel trap is gone. Flo