Revision 1ca4d09a hw/eepro100.c

b/hw/eepro100.c
46 46
#include "pci.h"
47 47
#include "net.h"
48 48
#include "eeprom93xx.h"
49
#include "sysemu.h"
49 50

  
50 51
#define KiB 1024
51 52

  
......
1908 1909
    s->vmstate->name = s->nic->nc.model;
1909 1910
    vmstate_register(&pci_dev->qdev, -1, s->vmstate, s);
1910 1911

  
1912
    add_boot_device_path(s->conf.bootindex, &pci_dev->qdev, "/ethernet-phy@0");
1913

  
1911 1914
    return 0;
1912 1915
}
1913 1916

  

Also available in: Unified diff