Received: by mail.netbsd.org (Postfix, from userid 605) id 0D1D714A1F5; Tue, 14 May 2013 09:17:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF75114A1F2 for ; Tue, 14 May 2013 09:17:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id RfDafIL08Ckj for ; Tue, 14 May 2013 09:17:00 +0000 (UTC) Received: from ivanova.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3AADF14A1EC for ; Tue, 14 May 2013 09:16:59 +0000 (UTC) Received: by ivanova.netbsd.org (Postfix, from userid 500) id D501981; Tue, 14 May 2013 09:16:59 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 14 May 2013 09:16:59 +0000 From: "Michael Lorenz" Subject: CVS commit: src/sys/arch/evbmips/evbmips To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20130514091659.D501981@ivanova.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Michael Lorenz" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: macallan Date: Tue May 14 09:16:59 UTC 2013 Modified Files: src/sys/arch/evbmips/evbmips: interrupt.c Log Message: always set up a clockframe and make it available to other drivers, so clocks other than the MIPS cycle counter can be used ( for example pwmclock ) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbmips/evbmips/interrupt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.