Home
last modified time | relevance | path

Searched refs:new_command (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c395 unsigned short new_command, pci_command; in adjust_pci_device() local
399 new_command = pci_command | PCI_COMMAND_MASTER|PCI_COMMAND_IO; in adjust_pci_device()
400 if (pci_command != new_command) { in adjust_pci_device()
405 pci_command, new_command, p->bus, p->devfn); in adjust_pci_device()
407 pcibios_write_config_word(p->bus, p->devfn, PCI_COMMAND, new_command); in adjust_pci_device()