Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2002 11:56:41 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern tty_cons.c
Message-ID:  <200208061856.g76Iufbd098373@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2002/08/06 11:56:41 PDT

  Modified files:
    sys/kern             tty_cons.c 
  Log:
  Remove new console devices with cnremove before initializing them in
  cninit.  This allows a console driver to replace the existing console
  by calling cninit again, eg during the device probe.  Otherwise the
  multiple console code sends output to both, which is unfortunate if
  they're using the same hardware.
  
  Revision  Changes    Path
  1.101     +1 -0      src/sys/kern/tty_cons.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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