Date: Mon, 11 Jan 1999 09:50:07 -0800 From: Fred Gilham <gilham@csl.sri.com> To: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> Cc: current@FreeBSD.ORG Subject: Re: HEADS UP: console driver change committed Message-ID: <199901111750.JAA01879@csla.csl.sri.com> In-Reply-To: Your message of "Mon, 11 Jan 1999 12:39:24 %2B0900." <199901110339.MAA17650@zodiac.mech.utsunomiya-u.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
Kazu Yokota wrote: >Ok, syscons changes are committed. As I warned you before, you need >to update your kernel configuration file. > >If you are using syscons, > >controller atkbdc0 at isa? port IO_KBD tty >device atkbd0 at isa? tty irq 1 >#device psm0 at isa? tty irq 12 >device vga0 at isa? port ? conflicts >device sc0 at isa? tty > >pseudo-device splash I didn't configure any screen saver but I still had to put pseudo-device splash in my kernel config file. Otherwise I got the following error: loading kernel syscons.o: In function `scioctl': syscons.o(.text+0x1ac1): undefined reference to `wait_scrn_saver_stop' syscons.o: In function `sccnupdate': syscons.o(.text+0x2932): undefined reference to `stop_scrn_saver' syscons.o: In function `scrn_timer': syscons.o(.text+0x2b39): undefined reference to `stop_scrn_saver' syscons.o: In function `sc_clean_up': syscons.o(.text+0x495a): undefined reference to `wait_scrn_saver_stop' *** Error code 1 1 error -Fred Gilham gilham@csl.sri.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901111750.JAA01879>