From owner-freebsd-mips@FreeBSD.ORG Sat Dec 31 16:06:12 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 0FC93106564A for ; Sat, 31 Dec 2011 16:06:12 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id B2BCD8FC16 for ; Sat, 31 Dec 2011 16:06:11 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so20064165vbb.13 for ; Sat, 31 Dec 2011 08:06:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=Kwq/VrqdawdA+bSQHrrEY9YTJ8gQQ+vKetp/m2ez3Sc=; b=FQICJP0YJYVjATRJAozpLbiZRlQZ56k61Zq4hNlg9hW45zIGwPP8tl+neTKGDl4XZs Bb+whita3CdghE4tCcNjWEjVF46Io45sO5HnkGeFk1TY23r5NaImCP7D5IH/3IVn+0LY f+i0CyFGEdwDe5x1K6fKPhkZTxvJPOLyq/yTg= MIME-Version: 1.0 Received: by 10.52.180.98 with SMTP id dn2mr11879122vdc.83.1325347571013; Sat, 31 Dec 2011 08:06:11 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.36.5 with HTTP; Sat, 31 Dec 2011 08:06:10 -0800 (PST) In-Reply-To: References: <20111231000638.d257448c.ray@ddteam.net> <98BA8EF5-E808-43F8-92A8-68B14CAF998F@lassitu.de> <2A05E0AA-5AA5-47FD-90EA-BD6B23A01EFE@lassitu.de> Date: Sat, 31 Dec 2011 08:06:10 -0800 X-Google-Sender-Auth: 7R6WR6tbLoyBPm6fspJAIZQqGWM Message-ID: From: Adrian Chadd To: Stefan Bethke Content-Type: text/plain; charset=ISO-8859-1 Cc: Aleksandr Rybalko , freebsd-mips@freebsd.org Subject: Re: arge problem on MR3420 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, 31 Dec 2011 16:06:12 -0000 On 31 December 2011 08:03, Stefan Bethke wrote: >> How about adding a printf() to arge_start_locked() and arge_encap(), >> see if they're constantly being called. > > I'll do that next year :-) :) take your time. > I believe the BOOTP code starts before timers are running, would that affect things? DELAY and pause() should still be working though, iirc. I know because DELAY() works fine during ath_hal probe/attach routines. Adrian