From owner-cvs-all Thu Aug 26 22:10:48 1999 Delivered-To: cvs-all@freebsd.org Received: from cs0.catv.ne.jp (cs0.catv.ne.jp [202.232.171.20]) by hub.freebsd.org (Postfix) with ESMTP id 5D21A14D00; Thu, 26 Aug 1999 22:10:36 -0700 (PDT) (envelope-from nyan@dd.catv.ne.jp) Received: from localhost by cs0.catv.ne.jp (8.9.1/3.7W) id OAA25036; Fri, 27 Aug 1999 14:10:00 +0900 (JST) To: julian@whistle.com Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: DEVFS (Re: cvs commit: src/sys/pc98/conf files.pc98) From: Takahashi Yoshihiro In-Reply-To: Your message of "Thu, 26 Aug 1999 10:30:11 -0700 (PDT)" References: X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990827141012E.nyan@dd.catv.ne.jp> Date: Fri, 27 Aug 1999 14:10:12 +0900 (JST) X-Dispatcher: imput version 980905(IM100) Lines: 41 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In article Julian Elischer writes: > can you please apply and test the changes in > http://www.freebsd.org/~julian/ > they add DEVFS changes to a bunch of PC98 stuff but I cann't apply them > untill you test for me that thet do not break anything. > (in the non DEVFS case) I applied the patches, but could not compile a kernel for PC-98 without 'options DEVFS'. To fix this problem, need to apply the following patch to pc98/pc98/syscons.c. --- syscons.c.d Fri Aug 27 12:28:56 1999 +++ syscons.c Fri Aug 27 12:29:05 1999 @@ -299,9 +299,7 @@ #ifdef SC_PIXEL_MODE video_info_t info; #endif -#ifdef DEVFS int vc; -#endif scmeminit(NULL); /* XXX */ Then, I tested the case with 'options DEVFS' and the case without 'options DEVFS'. It works fine in the both case. BTW, as config(8) supports PC-98, you can compile a kernel for PC-98 on IBM-PC. For example, # cd /sys/pc98/conf # config GENERIC98 # cd ../../compile/GENERIC98 # make depend # make --- Takahashi Yoshihiro / nyan@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message