RE: pnp and acpi_pnp

From: castet . matthieu
Date: Fri Sep 03 2004 - 04:12:30 EST


Selon "Brown, Len" <len.brown@xxxxxxxxx>:

> there are PNP id's which should tell exactly what
> the device is. For the ACPI case, you can dump
> your BIOS with acpidmp and disassemble it with iasl
> to see the PNP-ids.
>
> But Linux doesn't use ACPI's PNP-ids for device
> enumeration -- yet.
>
Ok, thanks.

> >> PNPBIOS should be disabled when ACPI is enabled, and it is a bug that
> >> this is not automatic.
Yes it sould.
Also with 2.6.9 acpi pnp and pnp will conflic :
the new acpi driver drivers/acpi/motherboard.c reserve the motherboard
resources, but if you look at driver/pnp/system.c, there is also a pnp driver
that does the same jobs. So if PNP0c0[12] appear in pnp layer (with pnpbios),
both driver try to allocate the ressource.
Hopefully it cause only warnings.
But it show the problem and the need of unification instead of reimplant things.

> cheers,
> -Len
>
regards
Matthieu

> >-----Original Message-----
> >From: castet.matthieu@xxxxxxx [mailto:castet.matthieu@xxxxxxx]
> >Sent: Thursday, September 02, 2004 7:38 AM
> >To: Brown, Len
> >Cc: linux-kernel@xxxxxxxxxxxxxxx
> >Subject: Re: pnp and acpi_pnp
> >
> >Selon Len Brown <len.brown@xxxxxxxxx>:
> >
> >> Matthieu,
> >> PNPBIOS should be disabled when ACPI is enabled, and it is a bug that
> >> this is not automatic.
> >>
> >> yes, the "Linux PNP" layer is incomplete, and ACPI isn't yet plugged
> >> into that.
> >>
> >> cheers,
> >> -Len
> >>
> >>
> >>
> >
> >
> >Hi,
> >thanks for your reply.
> >
> >What about the fact that acpi pnp don't make the difference
> >between a normal
> >serial port and a ir port ?
> >
> >I hope acpi will be plugged soon in Linux PNP layer.
> >
> >regards,
> >Matthieu
> >
>


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/