From owner-freebsd-current Mon Oct 28 15:36:12 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F42A37B401; Mon, 28 Oct 2002 15:36:11 -0800 (PST) Received: from scl8owa02.int.exodus.net (scl8out02.exodus.net [66.35.230.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9673843E77; Mon, 28 Oct 2002 15:35:50 -0800 (PST) (envelope-from Maksim.Yevmenkin@exodus.net) Received: from scl8owa01.int.exodus.net ([66.35.230.241]) by scl8owa02.int.exodus.net with Microsoft SMTPSVC(5.0.2195.5329); Mon, 28 Oct 2002 15:35:50 -0800 Received: from exodus.net ([206.220.227.147]) by scl8owa01.int.exodus.net over TLS secured channel with Microsoft SMTPSVC(5.0.2195.5329); Mon, 28 Oct 2002 15:35:49 -0800 Message-ID: <3DBDC9D5.9556C5CD@exodus.net> Date: Mon, 28 Oct 2002 15:35:49 -0800 From: Maksim Yevmenkin X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Peter Wemm Cc: freebsd-current@freebsd.org, freebsd-emulation@freebsd.org Subject: Re: options GEOM and NODEVFS References: <20021028222612.902EB2A88D@canning.wemm.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Oct 2002 23:35:50.0179 (UTC) FILETIME=[BF921F30:01C27EDA] Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Wemm wrote: > > Maksim Yevmenkin wrote: > > > p.p.s. i need NODEVFS to run vmware2 (/dev/rtc is not > > DEVFS friendly). > > This should take only a few minutes to fix by somebody who knows what they > are doing. I'd do it, but I do not have vmware and have no desire to start. > > rtc.c already has the make_dev() calls, but they are in the wrong place. > They need to be moved from rtc_attach() (called by rtc_open()) to > init_module() and replace the cdevsw_add that is there. cdevsw_add and > cdevsw_remove should be completely removed. This set of changes will work > on 4.x too, so there are no big portability issues. > > Some of the folks on freebsd-emulation may be able to do it. yes, just like i said, i can (and probably will) do it. also there are few patches floating around. the problem is that none of these patches made it the tree :( thanks, max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message