Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2005 13:51:01 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_de.c if_devar.h
Message-ID:  <200507271351.j6RDp1Lg045914@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2005-07-27 13:51:01 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              if_de.c if_devar.h 
  Log:
  - Use callout_*() rather than timeout() to periodically poll the media.
  - Add locking to protect the softc and mark this driver as MP safe.  There
    are still some edge cases with multiport cards that need more locking
    work.
  
  MFC after:      1 week
  Tested on:      alpha
  
  Revision  Changes    Path
  1.166     +149 -40   src/sys/pci/if_de.c
  1.36      +7 -0      src/sys/pci/if_devar.h



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