From owner-freebsd-emulation@FreeBSD.ORG Fri Feb 27 11:32:18 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAFD916A4CE for ; Fri, 27 Feb 2004 11:32:18 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 55D8943D31 for ; Fri, 27 Feb 2004 11:32:18 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 58928 invoked from network); 27 Feb 2004 19:32:17 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 27 Feb 2004 19:32:17 -0000 X-pair-Authenticated: 209.68.2.70 Date: Fri, 27 Feb 2004 13:32:16 -0600 (CST) From: Mike Silbersack To: Mike Johnson In-Reply-To: <03A602EE-695A-11D8-B964-000A958C81C6@ahze.net> Message-ID: <20040227133056.K4260@odysseus.silby.com> References: <20040227114628.N724@odysseus.silby.com> <03A602EE-695A-11D8-B964-000A958C81C6@ahze.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: emulation@freebsd.org Subject: Re: emulators/rtc with other apps other than Linux apps? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 19:32:19 -0000 On Fri, 27 Feb 2004, Mike Johnson wrote: > Hi Mike, > Thanks for the reply. I am still having problems with RTC with FreeBSD > 5. It's only been recently that this has happened, it happened after > make world and new kernel on 2/25. I have rebuild and reinstalled RTC > trying to get it to work thinking it was out of sync from my system. > > here is what I get when I try and access /dev/rtc > > WARNING: Device driver "rtc" has wrong version and is disabled. > Recompile KLD module. Yep, that's the change in -current which I haven't updated rtc to take into account yet. It should be as simple as adding .d_version = D_VERSION in the dev struct, but I haven't tried it myself yet. I will do so soon. Mike "Silby" Silbersack