Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2006 15:00:14 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h
Message-ID:  <200610311500.k9VF0Ftd024155@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2006-10-31 15:00:14 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c if_em.h if_em_hw.c if_em_hw.h 
                         if_em_osdep.h 
  Log:
  Merge new vendor release - 6.2.9.
  
  Details:
  o if_em.c changes:
    - Added several new PCI ids.
    - Check em_check_phy_reset_block() before doing SIOCSIFMEDIA ioctl.
    - Don't touch TARC registers, they are now handled in shared
      code in if_em_hw.c.
    - Move RDH and RDT setting to the end of
      em_initialize_receive_unit().
    - Declare em_read_pcie_cap_reg(), now empty.
  o if_em_hw.c dropped in from vendor, then restored rev. 1.15.
  o if_em_hw.h dropped in from vendor, then modified:
    - Added RX overrun interrupt flag to interrupt enable mask.
    - Remove declarations of em_io_read(), em_io_write().
  
  Approved by:    jfv
  
  Revision  Changes    Path
  1.157     +34 -27    src/sys/dev/em/if_em.c
  1.53      +19 -8     src/sys/dev/em/if_em.h
  1.25      +573 -523  src/sys/dev/em/if_em_hw.c
  1.25      +121 -170  src/sys/dev/em/if_em_hw.h
  1.21      +4 -4      src/sys/dev/em/if_em_osdep.h



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