cvs commit: src/sys/dev/random randomdev.c randomdev.h
    Mark Murray 
    markm at FreeBSD.org
       
    Fri Apr 16 10:10:55 PDT 2004
    
    
  
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
    
    
More information about the cvs-all
mailing list