From owner-freebsd-stable Thu Jun 21 9:29:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from morpheus.mind.net (morpheus.mind.net [206.101.72.12]) by hub.freebsd.org (Postfix) with ESMTP id 960A237B403 for ; Thu, 21 Jun 2001 09:29:25 -0700 (PDT) (envelope-from jfox@morpheus.mind.net) Received: (from jfox@localhost) by morpheus.mind.net (8.11.3/8.11.3) id f5LGTOS03422; Thu, 21 Jun 2001 09:29:24 -0700 (PDT) (envelope-from jfox) Date: Thu, 21 Jun 2001 09:29:23 -0700 From: John Fox To: Munish Chopra Cc: freebsd-stable@freebsd.org Subject: Re: kernel build dies in syscons? Message-ID: <20010621092923.C418@mind.net> References: <20010621143405.I84944@arcadia.megadeb.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010621143405.I84944@arcadia.megadeb.org>; from chopra@runbox.com on Thu, Jun 21, 2001 at 02:34:05PM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Munish, I've had similar problems before. In my case, I had to fiddle with the order of certain things in my kernel config file. This was a while back, so I can't be certain, but it seems to me that I had to have my syscons device appear in the config *after* the keyboard stuff. So like this: -- # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # syscons is the default console driver, resembling a SCO console device sc0 at isa? flags 0x100 -- I hope that's of help,M John -- John Fox System Administrator, InfoStructure, Ashland OR USA --------------------------------------------------------- "What is loved endures. And Babylon 5 ... Babylon 5 endures." --Delenn, "Rising Stars", Babylon 5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message