Revision 9f0332b8 tests/libqos/pci.c

b/tests/libqos/pci.c
71 71

  
72 72
    /* FIXME -- does this need to be a bus callout? */
73 73
    cmd = qpci_config_readw(dev, PCI_COMMAND);
74
    cmd |= PCI_COMMAND_IO | PCI_COMMAND_MEMORY;
74
    cmd |= PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER;
75 75
    qpci_config_writew(dev, PCI_COMMAND, cmd);
76 76
}
77 77

  

Also available in: Unified diff