Enables/disables pci intx for device dev
void pci_intx(struct pci_dev * pdev, int enable);
pdev
the PCI device to operate on
enable
boolean: whether to enable or disable PCI INTx
Enables/disables PCI INTx for device dev