Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jun 2007 09:41:18 +0300
From:      Krassimir Slavchev <krassi@bulinfo.net>
To:        Marcel Moolenaar <xcllnt@mac.com>
Cc:        arm@freebsd.org, bkoenig@alpha-tierchen.de
Subject:   Re: How to get console output?
Message-ID:  <4665058E.2000108@bulinfo.net>
In-Reply-To: <6F9854AF-D3F5-48F8-A6F9-E556ACF198EA@mac.com>
References:  <"49326.2001:6f8:101e:0:20e:cff:fe6d:6adb.1180977230.squirrel"@webmail.alpha-tierchen.de>	<20070604.113750.-1540390883.imp@bsdimp.com> <6F9854AF-D3F5-48F8-A6F9-E556ACF198EA@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I had this problem 2 months ago and this was quick fix:
http://lists.freebsd.org/pipermail/freebsd-arm/2007-April/000521.html

I am not sure whether this is the right solution or I miss to define 
something about the console?

Marcel Moolenaar wrote:
>
> On Jun 4, 2007, at 10:37 AM, M. Warner Losh wrote:
>> I have the following sitting in my tree:
>>
>> Index: uart_cpu_at91rm9200usart.c
>> ===================================================================
>> RCS file: /cache/ncvs/src/sys/arm/at91/uart_cpu_at91rm9200usart.c,v
>> retrieving revision 1.3
>> diff -u -r1.3 uart_cpu_at91rm9200usart.c
>> --- uart_cpu_at91rm9200usart.c    2 Apr 2007 22:00:21 -0000    1.3
>> +++ uart_cpu_at91rm9200usart.c    4 Jun 2007 17:37:20 -0000
>> @@ -80,5 +80,6 @@
>>      uart_bus_space_io = &at91_bs_tag;
>>      uart_bus_space_mem = NULL;
>>      /* Check the environment for overrides */
>> -    return (uart_getenv(devtype, di, class));
>> +    uart_getenv(devtype, di, class);
>> +    return 0;
>>  }
>>
>> waiting to find some time to test it.
>
> I just committed it.
> FYI,
>


-- 
Krassimir Slavchev           Bulinfo Ltd.
krassi@bulinfo.net           (+359 2) 969-9160
http://www.bulinfo.net       (+359 2) 969-9166




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