Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 2006 01:56:38 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/dc if_dc.c if_dcreg.h
Message-ID:  <200612060156.kB61udbd041288@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2006-12-06 01:56:38 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/dc           if_dc.c if_dcreg.h 
  Log:
  - Use our own callout (the dc_tick() callout uses varying periods
    depending on the NIC and isn't used at all with HomePNA links)
    instead of if_slowtimo() for driving dc_watchdog() in order to
    avoid races accessing if_timer.
  - Use bus_get_dma_tag() so dc(4) works on platforms requiring it.
  - Don't bother to set if_mtu to ETHERMTU, ether_ifattach() does that.
  - Remove an alpha remnant in dc_softc.
  
  Revision  Changes    Path
  1.189     +33 -24    src/sys/dev/dc/if_dc.c
  1.53      +2 -3      src/sys/dev/dc/if_dcreg.h



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