From owner-freebsd-stable Wed Jan 27 03:56:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03464 for freebsd-stable-outgoing; Wed, 27 Jan 1999 03:56:04 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03416 for ; Wed, 27 Jan 1999 03:55:57 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:Xgeh/TzBYWVkJQe5xEGLFvQQYIL60FXs@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.1/8.9.1) with ESMTP id UAA00180; Wed, 27 Jan 1999 20:52:05 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id UAA02962; Wed, 27 Jan 1999 20:54:44 +0900 (JST) Message-Id: <199901271154.UAA02962@zodiac.mech.utsunomiya-u.ac.jp> To: Roland Jesse cc: freebsd-stable@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: syscons, pcvt_drv, and psm errors while building the kernel In-reply-to: Your message of "Wed, 27 Jan 1999 12:36:40 +0100." <13998.64072.974496.299959@knecht> References: <13998.64072.974496.299959@knecht> Date: Wed, 27 Jan 1999 20:54:44 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I just cvsupped the stable sources, made my world but while trying to >build a new kernel, I get some errors. > >The corresponding entries in my kernel config file are: > >device sc0 at isa? tty >device vt0 at isa? tty >device psm0 at isa? tty irq 12 You cannot have both sc0 and vt0 enabled at the same time. One of them must be disabled. >The error messages when building the kernel are appended at the end of >this email. > >I would appreciate any hints of what I am missing. > > Roland > >syscons.o: In function `scvidprobe': >syscons.o(.text+0x227): undefined reference to `vid_configure' >syscons.o(.text+0x244): undefined reference to `vid_allocate' >syscons.o(.text+0x25f): undefined reference to `vid_get_adapter' [...] You need to have the following devices. controller atkbdc0 at isa? port IO_KBD tty device atkbd at isa? tty irq 1 Please read /sys/i386/conf/GENERIC and LINT. Also, http://www.freebsd.org/~yokota/sc_update.txt will give you some information. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message