ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/Linux/ether_linux.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/Linux/ether_linux.cpp (file contents):
Revision 1.6 by gbeauche, 2005-01-30T21:48:20Z vs.
Revision 1.7 by gbeauche, 2005-06-30T06:38:09Z

# Line 497 | Line 497 | void EtherIRQ(void)
497                                  ether_packet_received(mp);
498                          } else {
499                                  D(bug("WARNING: Cannot allocate mblk for received packet\n"));
500 +                                read(fd, packet, size); // consume this packet
501                                  num_rx_no_mem++;
502                          }
503                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines