Revision cc9f28bc hw/lsi53c895a.c

b/hw/lsi53c895a.c
585 585
    }
586 586
    id = (tag >> 8) & 0xf;
587 587
    s->ssid = id | 0x80;
588
    /* LSI53C700 Family Compatibility, see LSI53C895A 4-73 */
589
    if (!s->dcntl & LSI_DCNTL_COM) {
590
        s->sfbr = 1 << (id & 0x7);
591
    }
588 592
    DPRINTF("Reselected target %d\n", id);
589 593
    s->current_dev = s->bus.devs[id];
590 594
    s->current_tag = tag;

Also available in: Unified diff