1. 23 1月, 2006 1 次提交
  2. 22 1月, 2006 6 次提交
  3. 21 1月, 2006 1 次提交
    • A
      [SERIAL] 8250 serial console fixes · f91a3715
      Alan Cox 提交于
      This patch resolves most of the problems with an SMP serial console race
      with output via the tty path. At the end of the serial console print we
      force enable the tx int in case we clobbered the tx interrupt status
      racing between the console and tty output. That way the extra tx
      interrupt causes the transmit path to restart not hang.
      
      It also makes the serial console printk use the FIFO. This is neccessary
      because some remote management devices fake serial console with FIFO and
      are confused into sending one packet per character over ethernet when we
      stall rather than filling the FIFO.
      
      In order to preserve existing reliability semantics the function waits
      for the serial queue to completely empty before returning.
      
      Both of these problems were identified by a Red Hat partner.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      f91a3715
  4. 20 1月, 2006 10 次提交
  5. 19 1月, 2006 22 次提交