Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2007 16:58:08 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb if_rue.c
Message-ID:  <200707091658.l69Gw8MG080618@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2007-07-09 16:58:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          if_rue.c 
  Log:
  When all the other drivers were converted to scheduling a taskqueue to
  do the heavy lifting of the 'mii_tick' function, rue was left behind.
  Implement this in a naive way.  Reports from the field show this makes
  the driver functional with some locking issues, as opposed to an
  instant panic.  Those will be addressed in a later version of the
  driver.
  
  Approved by: re@ (bmah)
  
  Revision  Changes    Path
  1.40      +18 -0     src/sys/dev/usb/if_rue.c



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