Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 1995 08:38:10 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/i386/isa sio.c cy.c
Message-ID:  <199510221538.IAA11485@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/10/22 08:38:09

  Modified:    sys/i386/isa  sio.c cy.c
  Log:
  sio.c:
  Fix the tests for being a console by reverting to the ones that
  were used before the the RB_SERIAL changes.  RB_SERIAL only needs
  to be tested in one place.  The initialization of comconsole was
  wrong before the RB_SERIAL changes for the COMCONSOLE case.  This
  may have been the cause of the unnecessary changes.
  
  Start eliminating #includes of <i386/i386/cons.h>.  This header is
  supposed to be included from <machine> although it should be
  completely machine-independent and included from <sys>.
  
  Remove a wrong XXX comment.  `comconsole' is used to test for being
  a console and even the tests for deciding the default termios state
  are necessary (the semi-reentrant i/o routines don't handle ordinary
  device i/o).
  
  cy.c:
  Sync with sio.c.  The console tests are present but always fail.



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