Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2006 22:14:24 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/arm/at91 uart_dev_at91usart.c
Message-ID:  <200607242214.k6OMEOVu047614@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cognet      2006-07-24 22:14:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/arm/at91         uart_dev_at91usart.c 
  Log:
  MFC rev 1.9:
  Fix ALT_BREAK_TO_DEBUGGER on the AT91 :
  The core uart code expects the receive method to actually puts the
  characters read into its buffers. For AT91, it's done in the ipend routine,
  so also check if we have the alternate break sequence here.
  
  Revision  Changes    Path
  1.6.2.5   +20 -6     src/sys/arm/at91/uart_dev_at91usart.c



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