Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Apr 2007 14:07:36 +0300
From:      Krassimir Slavchev <krassi@bulinfo.net>
To:        David Sharp <daimon@dev-random.org>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: ARM -current broken?
Message-ID:  <461CC178.5070409@bulinfo.net>
In-Reply-To: <20070410161616.GB1036@mail.secure.net>
References:  <20070410161616.GB1036@mail.secure.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Try this:

--- uart_cpu_at91rm9200usart.c.orig     Wed Apr 11 14:05:44 2007
+++ uart_cpu_at91rm9200usart.c  Wed Apr 11 14:03:32 2007
@@ -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);
 }


David Sharp wrote:
> as of the commit on 2007/04/02 22:00:21 by marcel -current no
> longer boots on my at91rm9200 board.  there is no activity on
> the console.  is anyone else seeing the same thing?
>
> david.
> _______________________________________________
> freebsd-arm@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"
>
>   


-- 
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?461CC178.5070409>