cvs commit: src/sys/dev/usb if_zyd.c if_zydreg.h

Weongyo Jeong weongyo at FreeBSD.org
Wed Sep 10 03:41:05 UTC 2008


weongyo     2008-09-10 03:40:51 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          if_zyd.c if_zydreg.h 
  Log:
  SVN rev 182900 on 2008-09-10 03:40:51Z by weongyo
  
  rename flags and add a ZYD_FLAG_DETACHING flag to indicate we're
  detaching that when the USB is pulled out forcibly during the driver is
  running background scan, a page fault can be occurred even if we called
  usb_rem_task() when detaching.  It looks like a kind of races.
  
  Revision  Changes    Path
  1.20      +7 -1      src/sys/dev/usb/if_zyd.c
  1.5       +2 -1      src/sys/dev/usb/if_zydreg.h


More information about the cvs-src mailing list