From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 22 17:49:15 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE94916A402 for ; Thu, 22 Feb 2007 17:49:15 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.freebsd.org (Postfix) with ESMTP id 69AAF13C48E for ; Thu, 22 Feb 2007 17:49:15 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so238362nzh for ; Thu, 22 Feb 2007 09:49:14 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=HJ9C+41diyudPzBcyrwY4A9Mb8uvTdTKOoPRsbTgWN2Rxp4XaTrSxMaWKNVsXt5diK+wIHGAV/UlV5TPdeaGVRR3lZO4FPfPUPH3TiohXt/aSJuJUKhZIWiAfbdnuzSqfEvy6LHW9REnMkr5OvYyc7jbugEKMuDGmVXdZMyUtWQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=KXxlIf4wXbzUwECBBzuUEfvwctFPG3u820bNDHQC7rIv6Czclo2g41cRAKL195mG/wYDFXex+OZJMV+f15hgN7J3w52dmrUoE9zHgr38L7Lo6QSapuWJeKD83+0IY+tkg/liezeQp+pgbQMnQ7a6nRaQAH4YB1aNVbMkxaZ49pM= Received: by 10.114.200.2 with SMTP id x2mr399554waf.1172166554193; Thu, 22 Feb 2007 09:49:14 -0800 (PST) Received: by 10.115.108.15 with HTTP; Thu, 22 Feb 2007 09:49:14 -0800 (PST) Message-ID: <346a80220702220949wbe155bfn96b352e0229e3d17@mail.gmail.com> Date: Thu, 22 Feb 2007 10:49:14 -0700 From: "Coleman Kane" To: "youshi10@u.washington.edu" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: Examples on using RTC X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@cokane.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2007 17:49:15 -0000 On 2/16/07, youshi10@u.washington.edu wrote: > > On Fri, 16 Feb 2007, Mike Silbersack wrote: > > > > > On Fri, 16 Feb 2007 youshi10@u.washington.edu wrote: > > > >>> /usr/ports/emulators/rtc > >>> > >>> regards, > >>> > >>> usleep > >> > >> Already using / looked at that. I'm looking for something more > in-depth. > >> -Garrett > > > > The rtc port's sole purpose is to make the vmware port happier. As you > > probably saw, it just fakes the functions of the linux rtc device. > > > > What other rtc functions do you need? Almost everything the linux rtc > > device does can be accomplished by raising your system hz and using > > usleep/select. > > > > Mike "Silby" Silbersack > > Hmmm.. well, I can't seem to find equivalent definitions for the Linux > kernel macro RTC_PIE_OFF for instance and the emulators/rtc port isn't > sufficiently documented for me to determine how the original author found > out what signals RTC_PIE_ON and RTC_IRQP_* (whatever macro is also defined > in /usr/local/include/linux/rtc.h). > > -Garrett > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > Found the following patch for MPlayer on google... don't know if it will help... http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2005-January/032291.html -- Coleman Kane