1. NAME

pci_intx - enables/disables PCI INTx for device dev

2. SYNOPSIS

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

3. ARGUMENTS

pdev
    the PCI device to operate on

enable
    boolean: whether to enable or disable PCI INTx

4. DESCRIPTION

Enables/disables PCI INTx for device dev

5. COPYRIGHT