From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 16 21:18:59 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 E0AF616A401 for ; Fri, 16 Feb 2007 21:18:59 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id BD6BA13C467 for ; Fri, 16 Feb 2007 21:18:59 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn01.u.washington.edu (hymn01.u.washington.edu [140.142.8.55]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l1GLIxa0028397 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 16 Feb 2007 13:18:59 -0800 Received: from localhost (localhost [127.0.0.1]) by hymn01.u.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l1GLIxIN008395 for ; Fri, 16 Feb 2007 13:18:59 -0800 X-Auth-Received: from [192.55.52.1] by hymn01.u.washington.edu via HTTP; Fri, 16 Feb 2007 13:18:59 PST Date: Fri, 16 Feb 2007 13:18:59 -0800 (PST) From: youshi10@u.washington.edu To: freebsd-hackers@freebsd.org In-Reply-To: <45D61959.3010005@pacbell.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.2.16.130433 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='SUPERLONG_LINE 0.05, NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: 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:19:00 -0000 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