From owner-freebsd-mips@FreeBSD.ORG Wed Jul 21 06:52:15 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 EAC12106566B for ; Wed, 21 Jul 2010 06:52:15 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 789D68FC17 for ; Wed, 21 Jul 2010 06:52:15 +0000 (UTC) Received: by fxm13 with SMTP id 13so3633776fxm.13 for ; Tue, 20 Jul 2010 23:52:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=BWRaT7hOZn+otR5lutmXItHI65WKLApGC3NEHPtpPXk=; b=SJpDDbC5SkAQdBAJswgIvDiQGHdl41cxBt+lBs12xKXhK+gsCs16QS+vpTqTdcWm1w up8op/VL/pyHRaLXgMts9y4soIYU/rCL2VRnGiZgY2A6//B4ABPyYIHTq+XSjp34K552 7QDu2KRRHDF5UFDVoSz1TsPXZlwlwabWqfPWc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=Ql9tQbQ+8T70dLD35lV/xiKq43SPKJUvh9QH9wXr55GT32+wvTxfEWTXl0KjT0Y75e sVgJidsILx6z+Ivmbt8n7eLpnGK/N1XICIpTtptWdoOAdJ/TUX96A6PgWzbbDFip2esz yWeiEThAfDSehmH6tcGEKXaFSpdI7A7SQk6G0= Received: by 10.223.109.140 with SMTP id j12mr6356065fap.22.1279695134238; Tue, 20 Jul 2010 23:52:14 -0700 (PDT) Received: from mavbook2.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id y2sm2766369fau.12.2010.07.20.23.52.11 (version=SSLv3 cipher=RC4-MD5); Tue, 20 Jul 2010 23:52:12 -0700 (PDT) Sender: Alexander Motin Message-ID: <4C4698D6.2090104@FreeBSD.org> Date: Wed, 21 Jul 2010 09:51:02 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: freebsd-mips@freebsd.org References: <4C41A248.8090605@FreeBSD.org> In-Reply-To: <4C41A248.8090605@FreeBSD.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [RFC] Event timers on 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, 21 Jul 2010 06:52:16 -0000 Alexander Motin wrote: > I've made a patch, updating MIPS timer code (except RMI) to utilize new > MI event timer infrastructure. I've successfully built QEMU and XLR > kernels with the patch. Unluckily I can't test how it works, unless > somebody teach me how to cook QEMU to run it. I also haven't ported RMI > timers drivers, as I am not sure how that hardware is intended to work. > > Patch for HEAD can be found here: > http://people.freebsd.org/~mav/timers_mips.patch Slightly updated version for fresh HEAD: http://people.freebsd.org/~mav/timers_mips2.patch -- Alexander Motin