Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2001 09:29:23 -0700
From:      John Fox <jjf@mind.net>
To:        Munish Chopra <chopra@runbox.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: kernel build dies in syscons?
Message-ID:  <20010621092923.C418@mind.net>
In-Reply-To: <20010621143405.I84944@arcadia.megadeb.org>; from chopra@runbox.com on Thu, Jun 21, 2001 at 02:34:05PM %2B0200
References:  <20010621143405.I84944@arcadia.megadeb.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <jjf@mind.net>
    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




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