How to get console output?

Krassimir Slavchev krassi at bulinfo.net
Tue Jun 5 07:03:33 UTC 2007


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 at bulinfo.net           (+359 2) 969-9160
http://www.bulinfo.net       (+359 2) 969-9166



More information about the freebsd-arm mailing list