14dfl1.txt ;************************************************************************************************** ; LISTING 1 - RETURNED INFORMATION FOR INTERRUPT-RELATED VARIABLE ; ; "Get those boards talking under Linux," EDN, July 6, 2000, pg 126 ; ; http://www.ednmag.com/ednmag/reg/2000/070600/14df.htm ;************************************************************************************************** struct pci_dev *dev; // pointer to PCI device structure used by // pci_find_device() ... InterruptLine = dev->irq; // device IRQ pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &u8val); // device interrupt pin