An error occurred fetching the project authors.
  1. 20 Mar, 2003 1 commit
  2. 24 Feb, 2003 1 commit
  3. 27 Aug, 2002 1 commit
  4. 03 Aug, 2002 1 commit
    • 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
  5. 14 Mar, 2002 2 commits
    • Eli Kupermann's avatar
      e100 net driver update 4/4: · b8f53f4a
      Eli Kupermann authored
      - switch to yield function as suggested by you, Arjan and Andrew.
      - fixed broken logic in the use of time_before/time_after - possible
      bug cause in previous design - in most of the places we were going to sleep
      and than check if time expires before checking if condition is satisfied.
      If, for example, we needed to wait up to 3 jiffies we could do
      schedule_timeout(1) and get up after 4 ticks check that time expired and go
      away crying about failure without checking that condition is OK.(in fact I
      saw it happen on one SMP platform here).
      b8f53f4a
    • Eli Kupermann's avatar
      e100 net driver update 1/4: · 7400fb0b
      Eli Kupermann authored
      - minor changes to the license from our technical writer [still GPL ;-)]
      7400fb0b
  6. 13 Mar, 2002 1 commit
  7. 12 Mar, 2002 1 commit
  8. 06 Mar, 2002 1 commit