Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 2004 02:07:01 +0000 (UTC)
From:      Brian Feldman <green@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb ugen.c
Message-ID:  <200407010207.i61271hq060516@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
green       2004-07-01 02:07:01 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ugen.c 
  Log:
  It's not very useful to set a softc refcount around blocking read/write
  operations when the refcount doesn't protect the opens and closes.  Fix
  this, and don't actually let a time out happen: now ugen(4) devices do
  not get freed out from under the programs with them open.
  
  Revision  Changes    Path
  1.87      +9 -11     src/sys/dev/usb/ugen.c



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