>> I doubt it, since that was a somewhat nonstandard server (requires >> it's own kernel config option).
> In brackets, if you disable that option, the kernel will not compile. I am using the official distribution of linux kernel 2.2.13 (no cvs). After un-tar, I configure the kernel for no modules and no Xpmac. Then, make dep, and make. This is the result: > /usr/src/linux# make > ... > make[3]: Entering directory `/usr/src/linux/drivers/video' >gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 >-fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char >-msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple >-mstring -c -o chipsfb.o chipsfb.c >chipsfb.c: In function `chips_set_bitdepth': >chipsfb.c:421: `display_info' undeclared (first use in this function) >chipsfb.c:421: (Each undeclared identifier is reported only once >chipsfb.c:421: for each function it appears in.) >make[3]: *** [chipsfb.o] Error 1 >make[3]: Leaving directory `/usr/src/linux/drivers/video' >make[2]: *** [first_rule] Error 2 >make[2]: Leaving directory `/usr/src/linux/drivers/video' >make[1]: *** [_subdir_video] Error 2 >make[1]: Leaving directory `/usr/src/linux/drivers' >make: *** [_dir_drivers] Error 2 >/usr/src/linux# Sergio

