1. 03 Aug, 2002 5 commits
    • Scott Feldman's avatar
      Update e100 net driver: · 7dbdd525
      Scott Feldman authored
      Feedback from review by Arjan @ Redhat:
      o Cleanup: Removed unneccesary #ifdef/#endif wrappers for features 
        already part of kernel.
      o Bug fix: Added read-behind-write calls to post writes before delays.
      o Cleanup: added "e100" prefix to all driver messages.
      o Cleanup: removed unnecessary barrier() call because spin_unlock
        already implies a barrier.
      o Cleanup: removed __NO_VERSION__
      o Cleanup: fixed some spelling mistakes.
      o Cleanup: removed some proprietary /proc entries.
      
      7dbdd525
    • Scott Feldman's avatar
      Update e100 net driver: · c0e1c9e4
      Scott Feldman authored
      o Added device ID support for Dell LOM.
      o Added device ID support for 82511QM mobile nics.
      o Bug fix: ethtool get/set EEPROM routines modified to use byte
        addressing rather than word addressing.
      o Feature: added MDIX mode support for 82550 and up.
      o Bug fix: added reboot notifier to setup WOL settings when
        shutting system down.
      o Cleanup: removed yield() redefinition (Andrew Morton,
        akpm@zip.com.au).
      o Bug fix: flow control now working when link partner is
        autoneg capable but not flow control capable.
      o Bug fix: added check for corrupted EEPROM
      o Bug fix: don't report checksum offloading for the older
        controllers that don't support the feature.
      o Bug fix: calculate cable diagnostics when link goes down
        rather than when queuering /proc file.
      o Cleanup: move mdi_access_lock to local get/set mdi routines.
      c0e1c9e4
    • David Mosberger's avatar
      Update eepro100 net drvr to enable rx DMA without causing · f54cb1a1
      David Mosberger authored
      unaligned accesses.
      f54cb1a1
    • Felipe Damasio's avatar
      36838bad
    • Felipe Damasio's avatar
      Update 8139cp net driver to move legacy Rx/Tx command register enable · b12034e1
      Felipe Damasio authored
      to after C+ command register Rx/Tx enable.
      b12034e1
  2. 01 Aug, 2002 35 commits