From owner-svn-src-head@FreeBSD.ORG Sat Oct 1 07:09:18 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEFAB106564A; Sat, 1 Oct 2011 07:09:18 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3755D8FC14; Sat, 1 Oct 2011 07:09:17 +0000 (UTC) Received: by ywp17 with SMTP id 17so2679230ywp.13 for ; Sat, 01 Oct 2011 00:09:17 -0700 (PDT) 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=PSGxS5gT+W8SuRT5l8qBmw4epbm1DdO3/lfjYyfw1uA=; b=eJ7WqAYk20akEYVkXeRhj0ooYoEhZ93vwB0c/1QfWzMLxbVCiMQR2lKufOAMsuKskM P+fvRqlAVUkdgPxxAU1A6jfkiwwwSNv3wh0LOH+weOmYGyWYT6R7eEt0vck4AlbhdItq 4lgZoAO5d1XAtb8NMu/OxOovzegLJRQ3Iijpk= MIME-Version: 1.0 Received: by 10.236.129.165 with SMTP id h25mr19951029yhi.38.1317452957546; Sat, 01 Oct 2011 00:09:17 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Sat, 1 Oct 2011 00:09:17 -0700 (PDT) In-Reply-To: References: <201110010556.p915uQH6003016@svn.freebsd.org> Date: Sat, 1 Oct 2011 15:09:17 +0800 X-Google-Sender-Auth: USs0jpW0mdDTdhFb-1Tq3N_G4Rc Message-ID: From: Adrian Chadd To: "Jayachandran C." Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r225892 - head/sys/mips/mips X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 07:09:18 -0000 Reverting it unfortunately doesn't help; it messes up the event timer stuff. I'd like to see a more permanent solution. What I suggest we do moving forward is: * create a function pointer setup, like what i386 does * override it per-platform and per-chipset, once we know what the correct behaviour should be. Are you able to figure out how to achieve correct timer/interrupt/wait handling on XLR? Adrian