Alexander Langer <[EMAIL PROTECTED]> wrote:

> Thus spake David W. Chapman Jr. ([EMAIL PROTECTED]):
> 
> > I'm running -current as of an hour ago.  I've gotten this since I've 
> > been running 4.2-stable, any ideas on how I can find out what it 
> > belongs to?
> 
> Statically wired ISA devices.
> 
> > unknown: <PNP0501> can't assign resources
> > unknown: <PNP0501> can't assign resources
> 
> 501 are the sio ports for example.
> 
> Look up some PNP devices listings, they're probably all listed
> in your device.hints.

     Going off on a slight tangent, I wrote a perl script months ago
that parsed the output of dmesg, and tried to determine which IRQs were
used, and for what.  One of the side-effects of this script is that it
also tried to identify unknown PCI devices (but *only* if an IRQ is
used), using an (old) hard-coded table originally obtained from:

        http://www.yourvote.com/pci/pcidev.csv

You can get the script from:

        ftp://ftp.sonic.net/pub/users/darrylo/freebsd/scanirq.gz

It's written for 4.X, but might work for -current (you'll have to
disable the checks for 4.X, at the very least).  You use it like this:

        dmesg | scanirq

-- 
        Darryl Okahata
        [EMAIL PROTECTED]

DISCLAIMER: this message is the author's personal opinion and does not
constitute the support, opinion, or policy of Agilent Technologies, or
of the little green men that have been following him all day.

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

Reply via email to