K 10 svn:author V 4 oleg K 8 svn:date V 27 2006-03-04T09:34:48.000000Z K 7 svn:log V 659 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) END