cvs commit: src/sys/dev/bge if_bge.c

Oleg Bulyzhin oleg at FreeBSD.org
Sat Mar 4 01:34:53 PST 2006


oleg        2006-03-04 09:34:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/bge          if_bge.c 
  Log:
  MFC rev. 1.121-1.124
  
  - Synchronize status block on every call of bge_poll_locked() (rev. 1.121)
  - Return immediately out of bge_rxeof()/bge_txeof() if there are no packets
    to process. This could save some pci register accesses. (rev. 1.122)
  - Enable 'complete' (including tcp/udp pseudo header) hardware rx checksum
    offloading. (rev. 1.123)
  - Ignore link events for MII/GMII cards if MI auto-polling disabled.(rev. 1.124)
  - Clear bge_link flag in bge_stop() (rev. 1.124)
  - Force link state check after bge_ifmedia_upd(). Otherwise we can miss link
    event if PHY changes it's state fast enough.(rev. 1.124)
  - Fix some comments.
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.91.2.13  +44 -25    src/sys/dev/bge/if_bge.c


More information about the cvs-src mailing list