Basilisk II and SheepShaver Macintosh emulators
Go to file
gbeauche ea42af0568 Consume the packet even if we could not allocate a message block for it in
the Ethernet interrupt. The BeOS version does that, likewise for MOL. Otherwise,
we end up into an infinite loop reporting the memory allocation failure.

I think this is now the expected behavior as we wouldn't have stats
(num_rx_no_mem) for it if we couldn't get out of the EtherIRQ. ;-) Besides,
the packet will be resent for reliable networks.
2005-06-30 06:38:09 +00:00
BasiliskII Use fast spinlocks only for small enough atomic operations. Otherwise, you 2005-06-25 11:40:29 +00:00
CVSROOT initial checkin 1999-10-03 14:16:16 +00:00
SheepShaver Consume the packet even if we could not allocate a message block for it in 2005-06-30 06:38:09 +00:00