Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 10:00:26 -0700 (PDT)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/isa sio.c
Message-ID:  <200109271700.f8RH0V263462@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2001/09/27 10:00:25 PDT

  Modified files:
    sys/isa              sio.c 
  Log:
  Gate low level console output on mtx_lock_spin(&sio_lock), if the
  sio_lock has been initialized.  This prevents the low level console
  output (kernel printf) from clobbering the sio settings if the system
  happens to be in the middle of comstart().
  
  Revision  Changes    Path
  1.346     +5 -1      src/sys/isa/sio.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?200109271700.f8RH0V263462>