• Jochen Friedrich's avatar
    [PATCH] tms380tr patch 1/3 (bug fix) · c44253ad
    Jochen Friedrich authored
    Hi Jeff,
    
    this fixes some problems partly introduced in the latest token ring
    update:
    - mix of alloc_trdev(0) and alloc_trdev(sizeof(struct net_local)) confused
      memory management.
    - initialization of proteon and sknet cards was broken.
    - proteon_close() and skisa_close() deleted.
    
    --jochen
    
     abyss.c    |    2 -
     madgemc.c  |    2 -
     proteon.c  |   91 ++++++++++++++++++++++++-------------------------------
     skisa.c    |  100 +++++++++++++++++++++++++------------------------------------
     tms380tr.c |   41 +++++++++----------------
     tmspci.c   |    2 -
     6 files changed, 100 insertions(+), 138 deletions(-)
    c44253ad
tms380tr.c 63.7 KB