Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 1995 04:26:42 -0800
From:      "Andrey A. Chernov" <ache>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/i386/isa sio.c
Message-ID:  <199503281226.EAA11166@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
ache        95/03/28 04:26:41

  Modified:    sys/i386/isa sio.c
  Log:
  Don't use
  if (tp->t_line != 0)
  test when CS_ODONE, it fails for NTTYDISC, use
  if (linesw[tp->t_line].l_start != ttstart)
  instead.
  
  Reviewed by:
  Submitted by:
  Obtained from:
  CVS:



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