cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h

Gleb Smirnoff glebius at FreeBSD.org
Tue Oct 31 15:01:33 UTC 2006


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


More information about the cvs-all mailing list