2004-01-26 19:32:06

by Micha

[permalink] [raw]
Subject: PNP depends on ISA ? (2.6.2-rc2

I was wondering why pnp depends on isa being selected in 2.6.2-rc2, is
pnp really only relevant to isa? What happens with pci etc. ?
This may explain why using pnpbios locks up my machine (at least as of 2.6.0-test9).


2004-01-26 21:32:36

by Adam Belay

[permalink] [raw]
Subject: Re: PNP depends on ISA ? (2.6.2-rc2

On Mon, Jan 26, 2004 at 09:31:44PM +0200, Micha Feigin wrote:
> I was wondering why pnp depends on isa being selected in 2.6.2-rc2, is
> pnp really only relevant to isa? What happens with pci etc. ?
> This may explain why using pnpbios locks up my machine (at least as of 2.6.0-test9).

Yes, it only is related to isa devices, but they include onboard devices
such as serial ports. It will, however, prevent resource conflicts
between pci and system devices, especially with unusual configurations.
Does using pnpbios cause your machine to lockup at boot? If so, around
where does it occur? DMI information would also be useful for blacklisting
purposes.

Thanks,
Adam

2004-01-26 23:16:13

by David Sanders

[permalink] [raw]
Subject: Re: PNP depends on ISA ? (2.6.2-rc2

On Monday 26 January 2004 11:17 am, Adam Belay wrote:
> On Mon, Jan 26, 2004 at 09:31:44PM +0200, Micha Feigin wrote:
> > I was wondering why pnp depends on isa being selected in 2.6.2-rc2,

> Yes, it only is related to isa devices, but they include onboard
I the 2.4.x kernel I seem to remember being able to cat /proc/isapnp
and getting info about pnp devices on my system. Is there an
equivalent in 2.6.x ?
-
David Sanders
[email protected]

2004-01-26 23:53:37

by Adam Belay

[permalink] [raw]
Subject: Re: PNP depends on ISA ? (2.6.2-rc2

On Mon, Jan 26, 2004 at 06:15:43PM -0500, David Sanders wrote:
> On Monday 26 January 2004 11:17 am, Adam Belay wrote:
> > On Mon, Jan 26, 2004 at 09:31:44PM +0200, Micha Feigin wrote:
> > > I was wondering why pnp depends on isa being selected in 2.6.2-rc2,
>
> > Yes, it only is related to isa devices, but they include onboard
> I the 2.4.x kernel I seem to remember being able to cat /proc/isapnp
> and getting info about pnp devices on my system. Is there an
> equivalent in 2.6.x ?

Yes. A complete interface, including id information and control over
resource management is provided through sysfs.

#mkdir /sys
#mount -t sysfs none /sys

Look in /sys/bus/pnp for more information.

Thanks,
Adam

2004-01-28 23:20:36

by Micha

[permalink] [raw]
Subject: Re: PNP depends on ISA ? (2.6.2-rc2

On Mon, Jan 26, 2004 at 04:17:46PM +0000, Adam Belay wrote:
> On Mon, Jan 26, 2004 at 09:31:44PM +0200, Micha Feigin wrote:
> > I was wondering why pnp depends on isa being selected in 2.6.2-rc2, is
> > pnp really only relevant to isa? What happens with pci etc. ?
> > This may explain why using pnpbios locks up my machine (at least as of 2.6.0-test9).
>
> Yes, it only is related to isa devices, but they include onboard devices
> such as serial ports. It will, however, prevent resource conflicts
> between pci and system devices, especially with unusual configurations.
> Does using pnpbios cause your machine to lockup at boot? If so, around
> where does it occur? DMI information would also be useful for blacklisting
> purposes.
>

I just checked again with 2.6.2-rc2. It occurs right after pnpbios
starts up. I wrote the oops down by hand since the computer went into a
hard lockup (no sysrq key), but couldn't get any results out of
ksymoops for some reason (maybe I am misusing it, any way to disable
pnpbios on a kernel compiled with so I can run it from the running
kernel?).
I attached the oops log and the dmi data (didn't know what is needed of
it).

> Thanks,
> Adam
>


Attachments:
(No filename) (1.16 kB)
dump.txt (662.00 B)
dmi_data.bz2 (2.88 kB)
Download all attachments

2004-01-30 05:44:20

by Adam Belay

[permalink] [raw]
Subject: Re: PNP depends on ISA ? (2.6.2-rc2

On Thu, Jan 29, 2004 at 01:16:33AM +0200, Micha Feigin wrote:
> On Mon, Jan 26, 2004 at 04:17:46PM +0000, Adam Belay wrote:
> > On Mon, Jan 26, 2004 at 09:31:44PM +0200, Micha Feigin wrote:
> > > I was wondering why pnp depends on isa being selected in 2.6.2-rc2, is
> > > pnp really only relevant to isa? What happens with pci etc. ?
> > > This may explain why using pnpbios locks up my machine (at least as of 2.6.0-test9).
> >
> > Yes, it only is related to isa devices, but they include onboard devices
> > such as serial ports. It will, however, prevent resource conflicts
> > between pci and system devices, especially with unusual configurations.
> > Does using pnpbios cause your machine to lockup at boot? If so, around
> > where does it occur? DMI information would also be useful for blacklisting
> > purposes.
> >
>
> I just checked again with 2.6.2-rc2. It occurs right after pnpbios
> starts up. I wrote the oops down by hand since the computer went into a
> hard lockup (no sysrq key), but couldn't get any results out of
> ksymoops for some reason (maybe I am misusing it, any way to disable
> pnpbios on a kernel compiled with so I can run it from the running
> kernel?).

the kernel parameter pnpbios=off should work.

> I attached the oops log and the dmi data (didn't know what is needed of
> it).

I appreciate the information will add this to the blacklist.

Thanks,
Adam