HomeSort by: relevance | last modified time | path
    Searched defs:old_irq (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/bktr/
bktr_os.c 340 u_int old_irq, new_irq; local in function:bktr_attach
382 old_irq = pci_conf_read(tag, PCI_INTERRUPT_REG);
386 unit, (old_irq & 0xff), (new_irq & 0xff));
945 u_int old_irq, new_irq; local in function:bktr_attach
988 old_irq = pci_conf_read(tag, PCI_INTERRUPT_REG);
992 unit, (old_irq & 0xff), (new_irq & 0xff));

Completed in 13 milliseconds