e62519f
diff -rup qemu-0.9.1.orig/hw/pc.c qemu-0.9.1.new/hw/pc.c
e62519f
--- qemu-0.9.1.orig/hw/pc.c	2008-01-06 14:38:42.000000000 -0500
e62519f
+++ qemu-0.9.1.new/hw/pc.c	2008-01-08 17:06:27.000000000 -0500
e62519f
@@ -913,7 +913,7 @@ static void pc_init1(int ram_size, int v
304b402
         nd = &nd_table[i];
304b402
         if (!nd->model) {
304b402
             if (pci_enabled) {
304b402
-                nd->model = "ne2k_pci";
304b402
+                nd->model = "rtl8139";
304b402
             } else {
304b402
                 nd->model = "ne2k_isa";
304b402
             }
e62519f
diff -rup qemu-0.9.1.orig/vl.c qemu-0.9.1.new/vl.c
e62519f
--- qemu-0.9.1.orig/vl.c	2008-01-06 14:38:42.000000000 -0500
e62519f
+++ qemu-0.9.1.new/vl.c	2008-01-08 17:05:40.000000000 -0500
e62519f
@@ -8787,7 +8787,7 @@ int main(int argc, char **argv)
304b402
 	    char buf[1024];
e62519f
             if (net_boot & (1 << i)) {
e62519f
                 if (model == NULL)
e62519f
-                    model = "ne2k_pci";
e62519f
+                    model = "rtl8139";
e62519f
                 snprintf(buf, sizeof(buf), "%s/pxe-%s.bin", bios_dir, model);
e62519f
                 if (get_image_size(buf) > 0) {
e62519f
                     if (nb_option_roms >= MAX_OPTION_ROMS) {