Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2001 08:15:18 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ed if_ed.c
Message-ID:  <200111241615.fAOGFIX38121@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2001/11/24 08:15:18 PST

  Modified files:
    sys/dev/ed           if_ed.c 
  Log:
  Patch to allow the ed driver interrupt routine to terminate if the
  card is ejected while we're in this routine.
  
  yamamoto-san's original patch had a small race window for AX88190
  chips, which I corrected by limiting the number of iterations we'd try
  to reset the bits to be about 15ms rather than forever.  This seems to
  work for me, but I don't have a large collections of cards based on
  this chipset.
  
  Submitted by:   YAMAMOTO Shigeru
  
  Revision  Changes    Path
  1.207     +17 -4     src/sys/dev/ed/if_ed.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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