Date: Fri, 27 Aug 1999 14:10:12 +0900 (JST) From: Takahashi Yoshihiro <nyan@FreeBSD.org> To: julian@whistle.com Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: DEVFS (Re: cvs commit: src/sys/pc98/conf files.pc98) Message-ID: <19990827141012E.nyan@dd.catv.ne.jp> In-Reply-To: Your message of "Thu, 26 Aug 1999 10:30:11 -0700 (PDT)" <Pine.BSF.3.95.990826102830.11083B-100000@current1.whistle.com> References: <Pine.BSF.3.95.990826102830.11083B-100000@current1.whistle.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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?19990827141012E.nyan>