Re: svn commit: r262548 - head/sys/arm/at91

看板FB_svn作者時間12年前 (2014/02/27 17:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
On Feb 27, 2014, at 12:21 AM, Christian Brueffer <brueffer@FreeBSD.org> wrote: > On 2/27/14 9:19 AM, Warner Losh wrote: >> Author: imp >> Date: Thu Feb 27 08:19:19 2014 >> New Revision: 262548 >> URL: http://svnweb.freebsd.org/changeset/base/262548 >> >> Log: >> Style(9) nit: Use tab here. >> >> Modified: >> head/sys/arm/at91/uart_dev_at91usart.c >> >> Modified: head/sys/arm/at91/uart_dev_at91usart.c >> ============================================================================== >> --- head/sys/arm/at91/uart_dev_at91usart.c Thu Feb 27 04:45:29 2014 (r262547) >> +++ head/sys/arm/at91/uart_dev_at91usart.c Thu Feb 27 08:19:19 2014 (r262548) >> @@ -279,7 +279,7 @@ at91_usart_init(struct uart_bas *bas, in >> * we don't want to hang here forever if the hardware is in a bad state. >> */ >> if (!(RD4(bas, USART_CSR) & USART_CSR_TXRDY)) >> - DELAY(1000); >> + DELAY(10000); >> >> at91_usart_param(bas, baudrate, databits, stopbits, parity); >> >> > > This also changes the actual DELAY value, was that intended? Yes. It should have been documented when I made the change, but I did this a while ago and missed the extra zero when I prepared the commit. My bad. Warner _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
文章代碼(AID): #1J3lxFTk (FB_svn)
文章代碼(AID): #1J3lxFTk (FB_svn)