The hardware interrupt is the network card's interrupt request
line (IRQ). How an IRQ is assigned depends on whether the card
is a PCI or an ISA card. In the case of a PCI card,
pci-bios
assigns the IRQ; for an ISA card, the IRQ is hard-wired.
Note:
Two ISA devices can't share the same IRQ, but two PCI devices can.