Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2005 12:15:13 +0100
From:      Ulrich Spoerlein <q@uni.de>
To:        Stephan Uphoff <ups@tree.com>
Cc:        hackers@freebsd.org
Subject:   Re: Firewire blues
Message-ID:  <20050219111513.GA759@galgenberg.net>
In-Reply-To: <1108786727.35807.905.camel@beach>
References:  <420731DD.3050206@syskonnect.de> <1107888844.6309.221.camel@palm.tree.com> <420B938D.2040708@syskonnect.de> <1108352789.6309.9948.camel@palm.tree.com> <20050216110200.GA913@galgenberg.net> <1108755156.7621.8860.camel@palm.tree.com> <20050218233942.GA76830@galgenberg.net> <1108786727.35807.905.camel@beach>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 18.02.2005 at 23:18:50 -0500, Stephan Uphoff wrote:
> Strange - are you sure that you have not accidentally have
> options         DCONS_FORCE_CONSOLE=1
> in your config file?
> ( Or forgot to config or make depend after removing it?)

I made a new kernel (make kernel) and since I never set such an option
anywhere, I'm pretty confident, that it's at its default value.

> There is a tunable hidden in dcons_crom that causes the dcons console to
> be selected.
> 
> Try adding boot_multicons and hw.firewire.dcons_crom.force_console to
> /boot/loader.conf:
> boot_multicons="YES"
> hw.firewire.dcons_crom.force_console=0

Thank you! That worked, I still am running the kernel with the change
you mentioned earlier, though.

I noticed this in dcons_crom.c
#if __FreeBSD_version >= 500000
static int force_console = 1;
TUNABLE_INT("hw.firewire.dcons_crom.force_console", &force_console);
#endif

Which to me looks like the default is to force the console, even if
NOTES has this default
./conf/NOTES:options    DCONS_FORCE_CONSOLE=0   # force to be the primary console

Anyway, let's turn on ULE and PREEMPTION and see what happens :)

Ulrich Spoerlein
-- 
 PGP Key ID: F0DB9F44				Encrypted mail welcome!
Fingerprint: F1CE D062 0CA9 ADE3 349B  2FE8 980A C6B5 F0DB 9F44
Ok, which part of "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn."
didn't you understand?



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