Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2008 10:17:40 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/syscons syscons.c
Message-ID:  <200808311021.m7VALFcV018041@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-08-31 10:17:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/syscons      syscons.c 
  Log:
  SVN rev 182527 on 2008-08-31 10:17:40Z by ed
  
  Disable processing of output data after disabling scroll lock by force.
  
  The syscons code disabled scroll lock inside sc_cnputs() if it's going
  to print a system message. The code currently wants to process any TTY
  output data as well, but we cannot do this, because the TTY lock is a
  sleep mutex, while cnputs() picks up a spin mutex.
  
  Disable the code for now. It solves a panic when a console message is
  printed while scroll lock is enabled. One solution would be to
  initialize a task structure here.
  
  Reported by:    Paul B. Mahol <onemda gmail com>
  
  Revision  Changes    Path
  1.463     +9 -0      src/sys/dev/syscons/syscons.c



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