diff --git a/a314/software-amiga/a314eth.device b/a314/software-amiga/a314eth.device index 2801dfb..65cfbad 100644 Binary files a/a314/software-amiga/a314eth.device and b/a314/software-amiga/a314eth.device differ diff --git a/a314/software-amiga/ethernet_pistorm/device-2.c b/a314/software-amiga/ethernet_pistorm/device-2.c index af83be4..def915b 100644 --- a/a314/software-amiga/ethernet_pistorm/device-2.c +++ b/a314/software-amiga/ethernet_pistorm/device-2.c @@ -392,10 +392,10 @@ static void complete_read_reqs() if (ios2) { copy_from_bd_and_reply(ios2, bd); - - Remove((struct Node *)bd); - AddTail(&et_rbuf_free_list, (struct Node *)bd); } + + Remove((struct Node *)bd); + AddTail(&et_rbuf_free_list, (struct Node *)bd); } Permit(); }