From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 16 21:49:18 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 92F9916A401 for ; Fri, 16 Feb 2007 21:49:18 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id 55BF113C494 for ; Fri, 16 Feb 2007 21:49:18 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so1140706nzh for ; Fri, 16 Feb 2007 13:49:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sN/SZuAKBwZo9527Jtc4/7g7tKMNrD7VlUzvhd3xg2o6lN08xkzoCimGGnFO/Q+s/QVUZirV5tbq1Wt+yzNo1S+58d8C16ZluIkQ4h+Ehpy9mbuZM0Uv8NIEGPz1vpA/MdxmW+kO7oG3AKaJWgmFWPumE8TjI/kAmCCfJeyDh+U= Received: by 10.114.200.2 with SMTP id x2mr2194999waf.1171660956859; Fri, 16 Feb 2007 13:22:36 -0800 (PST) Received: by 10.114.199.18 with HTTP; Fri, 16 Feb 2007 13:22:36 -0800 (PST) Message-ID: Date: Fri, 16 Feb 2007 22:22:36 +0100 From: usleepless@gmail.com To: youshi10@u.washington.edu In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45D61959.3010005@pacbell.net> 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 List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2007 21:49:18 -0000 Garret, On 2/16/07, youshi10@u.washington.edu wrote: > Hello, > > I am trying to port a linux program to FreeBSD and I can't (from my > knowledge) directly translate RTC code to FreeBSD because the methods used > to accomplish stuff with RTC in Linux is different from FreeBSD. > > So I was wondering if there were any resources, or maybe ports that use a > wide variety of rtc features that I could browse through and learn / play > with, to test and/or accomplish the goals so I can appropriately abstract > and implement RTC in the ported Linux application. > > Thanks! > -Garrett /usr/ports/emulators/rtc regards, usleep