Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2003 09:44:02 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sio sio.c
Message-ID:  <200309171644.h8HGi3KS098245@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2003/09/17 09:44:02 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/sio          sio.c 
  Log:
  Fixed bitrot in the probe in revs.1.127, 1.165 and 1.169.  The
  COM_NOFIFO() and COM_ESP cases are supposed to be a subsets of the
  plain 16550A case, but 16650-related changes made the former fall into
  the latter and then both fall into general code for printing the tx
  fifo size.  This mainly caused hard to parse boot messages like:
  "sio0: type 16550A fifo disabled lookalike with 1 bytes FIFO".
  COM_NOFIFO() on an ESP port gave a larger mess whose extent is not
  clear.
  
  Fixed some nearby style bugs.
  
  Revision  Changes    Path
  1.407     +23 -23    src/sys/dev/sio/sio.c



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