Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2006 21:45:55 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/uart uart_bus.h uart_dev_ns8250.c
Message-ID:  <200604022145.k32LjtCn002933@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2006-04-02 21:45:55 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/uart         uart_bus.h uart_dev_ns8250.c 
  Log:
  Eliminate the sc_hasfifo flag from the softc. It was only used by
  the NS8250 class driver. The UART has FIFOs if sc_rxfifosz>1, so
  test for that instead.
  While here properly initialize sc_rxfifosz and sc_txfifosz in the
  case the UART doesn't have FIFOs.
  
  Revision  Changes    Path
  1.13      +0 -1      src/sys/dev/uart/uart_bus.h
  1.19      +3 -3      src/sys/dev/uart/uart_dev_ns8250.c



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