Name

pci_intx — enables/disables PCI INTx for device dev

Synopsis

void pci_intx (struct pci_dev * pdev,
 int enable);
 

Arguments

struct pci_dev * pdev

the PCI device to operate on

int enable

boolean: whether to enable or disable PCI INTx

Description

Enables/disables PCI INTx for device dev