Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2004 10:10:54 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/random randomdev.c randomdev.h
Message-ID:  <200404161710.i3GHAshD094190@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2004/04/16 10:10:54 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/random       randomdev.c randomdev.h 
  Log:
  Attempts to make this device Giant-free were ill-conceived as
  uiomove(9) is not properly locked. So, return to NEEDGIANT
  mode. Later, when uiomove is finely locked, I'll revisit.
  
  While I'm here, provide some temporary debugging output to
  help catch blocking startups.
  
  Revision  Changes    Path
  1.51      +9 -13     src/sys/dev/random/randomdev.c
  1.6       +0 -1      src/sys/dev/random/randomdev.h



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