cvs commit: src/sys/compat/ndis subr_ntoskrnl.c

Weongyo Jeong weongyo at FreeBSD.org
Fri May 30 06:31:56 UTC 2008


weongyo     2008-05-30 06:31:55 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      subr_ntoskrnl.c 
  Log:
  Fix a panic that a priority value which is passed to cv_broadcastpri(9)
  can be < 0.  We don't ignore a `increment' argument but at least we keep
  a priority value of NDIS threads over PRI_MIN_KERN.
  
  Reviewed by:    thompsa
  
  Revision  Changes    Path
  1.95      +6 -4      src/sys/compat/ndis/subr_ntoskrnl.c


More information about the cvs-src mailing list