> ... It would be handy to know what the IRQ settings
> are on a card, even if it's not currently being used by linux. Thus,
> /proc/interrupts might say something like:
>
> [...]
> 5 WD-8003
> 7 parallel port (unused)
> [...]
What you see in /proc/interrupts is not what gets probed, but what has
been registered by the drivers. A good resource for seeing what _could_
be used (atleast for PCI) is /proc/pci.
Hans
<lermen@fgan.de>