Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2011 01:01:26 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/re if_re.c
Message-ID:  <201102210101.p1L11hFJ025801@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2011-02-21 01:01:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/re           if_re.c 
  Log:
  SVN rev 218900 on 2011-02-21 01:01:26Z by yongari
  
  MFC r217247,217381-217382,217384-217385:
  r217247:
    When driver is not running, do not send DUMP command to controller
    and just show old (cached) values. Controller will not respond to
    the command unless MAC is enabled so DUMP request for down
    interface caused request timeout.
  
  r217381:
    Allow TX/RX checksum offloading to be configured independently.
  
  r217382:
    re_reset() should be called only after setting device specific
    features.
  
  r217384:
    Make sure to check validity of dma maps before destroying.
  
  r217385:
    If driver is not able to allocate RX buffer, do not start driver.
    While I'm here move RX buffer allocation and descriptor
    initialization up to not touch hardware registers in case of RX
    buffer allocation failure.
  
  Revision   Changes    Path
  1.95.2.68  +39 -20    src/sys/dev/re/if_re.c



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