Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2007 19:53:37 +0000 (UTC)
From:      Andrew Gallatin <gallatin@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/mxge if_mxge.c if_mxge_var.h
Message-ID:  <200701311953.l0VJrbYq007996@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gallatin    2007-01-31 19:53:37 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mxge         if_mxge.c if_mxge_var.h 
  Log:
  - Add 99% of a callout based watchdog.  The remaining 1% is waiting
    for pci_cfg_restore() to be exported.  It was tested using a
    hackily accessed pci_cfg_restore().
  
  - Add ifmedia_removeall() to mxge_detach() in order to stop leaking
    an ifaddr
  
  - Fix a small acounting bug introduced by the locking code shuffle
    which could cause spurious watchdog resets now that we have a
    watchdog.
  
  Sponsored by: Myricom
  
  Revision  Changes    Path
  1.20      +165 -29   src/sys/dev/mxge/if_mxge.c
  1.9       +3 -1      src/sys/dev/mxge/if_mxge_var.h



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