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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to