Revision f455e98c hw/r2d.c

b/hw/r2d.c
231 231
    /* onboard CF (True IDE mode, Master only). */
232 232
    if ((dinfo = drive_get(IF_IDE, 0, 0)) != NULL)
233 233
	mmio_ide_init(0x14001000, 0x1400080c, irq[CF_IDE], 1,
234
		      dinfo->bdrv, NULL);
234
		      dinfo, NULL);
235 235

  
236 236
    /* NIC: rtl8139 on-board, and 2 slots. */
237 237
    for (i = 0; i < nb_nics; i++)

Also available in: Unified diff