From owner-cvs-all Thu Aug 26 23:33:58 1999 Delivered-To: cvs-all@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id DFD35154EC; Thu, 26 Aug 1999 23:33:50 -0700 (PDT) (envelope-from julian@whistle.com) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.9.1a/8.9.1) with SMTP id XAA20273; Thu, 26 Aug 1999 23:33:26 -0700 (PDT) Date: Thu, 26 Aug 1999 23:33:47 -0700 (PDT) From: Julian Elischer To: Takahashi Yoshihiro Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: DEVFS (Re: cvs commit: src/sys/pc98/conf files.pc98) In-Reply-To: <19990827141012E.nyan@dd.catv.ne.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk thankyou julian On Fri, 27 Aug 1999, Takahashi Yoshihiro wrote: > 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