In the last episode (Nov 03), Alexander Anderson said:
> I got curious too and decided to join. If you have dealt with Linux,
> it has 'interrupts' file in /proc filesystem. It tells you what IRQs
> are currently in use and what's using them. Is there something
> similar on FreeBSD?

vmstat -i

But remember that this simply lists what IRQs active drivers in teh
system think the hardware uses.  PCI and ISA-PnP devices can tell the
system what their IRQs are, but when you have to deal with legacy ISA
cards you really don't have a good way of figuring out what IRQs they
use.

-- 
        Dan Nelson
        [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to