Re: irq status

2000-11-04 Thread opentrax
On 3 Nov, Alexander Anderson wrote: > In mailing.freebsd.hackers, you wrote: > >> > Is their a tool out their or does anyone have a quick bit of code / >> > hack that will "probe" all of the irqs on my box and tell me which >> > ones are used / available?? >> >> No. You can glean some of this

Re: irq status

2000-11-03 Thread Warner Losh
In message <[EMAIL PROTECTED]> Alexander Anderson writes: : 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

Re: irq status

2000-11-03 Thread Dan Nelson
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 Bu

Re: irq status

2000-11-03 Thread Alexander Anderson
In mailing.freebsd.hackers, you wrote: > > Is their a tool out their or does anyone have a quick bit of code / > > hack that will "probe" all of the irqs on my box and tell me which > > ones are used / available?? > > No. You can glean some of this information from various > metaconfiguration in

Re: irq status

2000-11-01 Thread Mike Smith
> Is their a tool out their or does anyone have a quick bit of code / hack that > will "probe" all of the irqs on my box and tell me which ones are used / > available?? No. You can glean some of this information from various metaconfiguration interface, but the question you're asking suggests t

Re: irq status

2000-11-01 Thread Jamie Heckford
Their is no corresponding device in the kernel !!! These drivers work as a thrid party module, and have seen working before, but need the base address value. On Wed, 01 Nov 2000, you wrote: > What device does it correspond to in kernel config file? > If the device is in the kernel I would hav

Re: irq status

2000-11-01 Thread Jamie Heckford
ok, is their anyway to probe for base addresses? This is an unusual card, a Dialogic D41/E Computer Telephony card. It *will* work under BSD, just need a base address value now. thanx for help so far btw. On Wed, 01 Nov 2000, you wrote: > vmstat -i > coupled with > dmesg | grep irq > > should

Re: irq status

2000-11-01 Thread Doug White
On Wed, 1 Nov 2000, Jamie Heckford wrote: > Is their a tool out their or does anyone have a quick bit of code / hack that > will "probe" all of the irqs on my box and tell me which ones are used / > available?? dmesg | grep irq Doug White| FreeBSD: The Power to Serve [EMAIL