Revision 0ae18cee hw/smc91c111.c

b/hw/smc91c111.c
695 695
    smc91c111_state *s;
696 696
    int iomemtype;
697 697

  
698
    qemu_check_nic_model(nd, "smc91c111");
699

  
698 700
    s = (smc91c111_state *)qemu_mallocz(sizeof(smc91c111_state));
699 701
    iomemtype = cpu_register_io_memory(0, smc91c111_readfn,
700 702
                                       smc91c111_writefn, s);

Also available in: Unified diff