From owner-freebsd-current Mon Jan 11 09:51:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04478 for freebsd-current-outgoing; Mon, 11 Jan 1999 09:51:20 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from csla.csl.sri.com (csla.csl.sri.com [192.12.33.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04469 for ; Mon, 11 Jan 1999 09:51:19 -0800 (PST) (envelope-from gilham@csl.sri.com) Received: from csl.sri.com (snapdragon.csl.sri.com [130.107.18.20]) by csla.csl.sri.com (8.9.1/8.9.1) with ESMTP id JAA01879; Mon, 11 Jan 1999 09:50:08 -0800 (PST) Message-Id: <199901111750.JAA01879@csla.csl.sri.com> To: Kazutaka YOKOTA cc: current@FreeBSD.ORG Subject: Re: HEADS UP: console driver change committed In-reply-to: Your message of "Mon, 11 Jan 1999 12:39:24 +0900." <199901110339.MAA17650@zodiac.mech.utsunomiya-u.ac.jp> Date: Mon, 11 Jan 1999 09:50:07 -0800 From: Fred Gilham Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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