On Mon, Nov 08, 1999 at 09:42:07PM -0500, Art Ross wrote:
> I'm aware of how to check the status of NIC's and
> serial ports, but is there a way in Linux to check
> out what IRQ's and base I/O's are being used and
> by what hardware. When setting up a machine it
> would be nice to know what hardware is causing IRQ
> and/or base I/O address conflicts.
Every running device driver notifies the kernel of what IRQ and ioport
ranges are used. They are presented to the user in /proc/interrupts and
/proc/ioports respectively.
--
Steve Borho
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.