--- grub/netboot/main.c Wed Jun 12 10:58:21 2002 +++ grub.pat/netboot/main.c Tue Jul 23 13:39:01 2002 @@ -1164,7 +1164,7 @@ if (network_ready) { /* Stop receiving packets. */ - eth_disable (); + eth_reset(); network_ready = 0; } }