Date: Thu, 26 Aug 1999 23:33:47 -0700 (PDT) From: Julian Elischer <julian@whistle.com> To: Takahashi Yoshihiro <nyan@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: DEVFS (Re: cvs commit: src/sys/pc98/conf files.pc98) Message-ID: <Pine.BSF.3.95.990826233331.11491D-100000@current1.whistle.com> In-Reply-To: <19990827141012E.nyan@dd.catv.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
thankyou julian On Fri, 27 Aug 1999, Takahashi Yoshihiro wrote: > In article <Pine.BSF.3.95.990826102830.11083B-100000@current1.whistle.com> > Julian Elischer <julian@whistle.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.990826233331.11491D-100000>