From owner-freebsd-current Wed Mar 12 11: 9:35 2003 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 06D1037B40B for ; Wed, 12 Mar 2003 11:09:33 -0800 (PST) Received: from akd.no-ip.org (zaqdadce286.zaq.ne.jp [218.220.226.134]) by mx1.FreeBSD.org (Postfix) with SMTP id 29A7D43FCB for ; Wed, 12 Mar 2003 11:09:30 -0800 (PST) (envelope-from mia@gold.ocn.ne.jp) Received: (qmail 40968 invoked by uid 0); 12 Mar 2003 19:09:28 -0000 Received: from unknown (HELO intasity.akd.or.jp) (192.168.128.243) by atropos.akd.or.jp with SMTP; 12 Mar 2003 19:09:28 -0000 Date: Thu, 13 Mar 2003 04:09:27 +0900 From: Yoshinori KASAZAKI To: Norikatsu Shigemura Cc: freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org, saper@sgh.waw.pl Subject: Re: Fix for rtc, vmware modules and post-500104 -current Message-Id: <20030313040927.189addca.mia@gold.ocn.ne.jp> In-Reply-To: <200303120505.h2C55gcE083509@nd250009.gab.xdsl.ne.jp> References: <200303120505.h2C55gcE083509@nd250009.gab.xdsl.ne.jp> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 hi. On Wed, 12 Mar 2003 14:05:42 +0900 Norikatsu Shigemura wrote: > On Wed, 5 Mar 2003 19:37:35 +0100 (MET) > Marcin CIE LAK wrote: > > See the patches enclosed to emulators/rtc > > and emulators/vmware2 ports. > > Tested only for -current with: > > #define __FreeBSD_version 500104 > > Hum.. This is not work in my environment. Because MOD_LOAD initializer > didn't kick rtc_attach. I fixed this problem and merge(but ADHOC:-). > Please, anyone, check following patch. I've just applied your patch and rebuilt rtc.ko. It gave me /dev/rtc and VMware2 doesn't complain about 'cannot open /dev/rtc...' any more. It seems to be working well. (except WARNING: driver "rtc" used unreserved major device number 202 message, which seems to be harmless) > BTW, vmmon_*.ko is not good. hum.... vmmon_up.ko is working for me now with Marcin's patch. My -current is dated as 2003/03/10. /usr/include/sys/param.h has #define __FreeBSD_version 500105. vmmon_up.ko and rtc.ko are kldload'ed. VMware2 is running Win2K, netgraph-bridging over fxp0. Thanks for you both!! :) Y.Kasazaki // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message