Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2001 19:24:38 +0200
From:      Munish Chopra <chopra@runbox.com>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: kernel build dies in syscons?
Message-ID:  <20010621192438.L84944@arcadia.megadeb.org>
In-Reply-To: <20010621092923.C418@mind.net>; from jjf@mind.net on Thu, Jun 21, 2001 at 09:29:23AM -0700
References:  <20010621143405.I84944@arcadia.megadeb.org> <20010621092923.C418@mind.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 21, 2001 at 09:29:23AM -0700, John Fox wrote:
> 
> 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?
> 

Ahem. Embarrasing. Guess who accidentally commented out the above four
lines? Well, it compiles now. Thanks for your help though.

-- 
-Munish

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010621192438.L84944>