Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2008 11:53:04 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/fdc fdc.c
Message-ID:  <200801111153.m0BBr4Ho032590@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2008-01-11 11:53:04 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fdc          fdc.c 
  Log:
  Fix unload of the fdc.ko:
  
  Wakeup the thread doing the fdc_detach() when the fdc worker thread exits [1].
  Write access to the write-protected floppy shall call device_unbusy() to
  pair the device_busy() in the fd_access() [2].
  
  PR:     116537 [1], 116539 [2]
  MFC after:      1 week
  
  Revision  Changes    Path
  1.319     +8 -1      src/sys/dev/fdc/fdc.c



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