Re: PNP parallel&serial ports: module reload fails (2.6.11)?

From: matthieu castet
Date: Sun Jun 05 2005 - 05:28:23 EST


Michael Tokarev wrote:
castet.matthieu@xxxxxxx wrote:
And pnpacpi have some problem to activate resource with some strange acpi implementation...


I haven't seen any probs with acpi or bios or other things on
those boxen yet -- pretty good ones. It's HP ProLiant ML150
machine (not G2). There are other HP machines out here which
also shows the same problem - eg HP ProLiant ML310 G1.

hpml310.dsl acpi dsdt is strange :


Name (CRES, ResourceTemplate ()
{
IRQNoFlags () {7}
DMA (Compatibility, NotBusMaster, Transfer8) {3}
IO (Decode16, 0x0378, 0x0378, 0x08, 0x08)
IO (Decode16, 0x0678, 0x0678, 0x00, 0x06)
})

[...]
Name (_PRS, ResourceTemplate ()
{
StartDependentFn (0x00, 0x00)
{
IO (Decode16, 0x0378, 0x0378, 0x00, 0x08)
}
StartDependentFn (0x00, 0x00)
{
IO (Decode16, 0x03BC, 0x03BC, 0x00, 0x03)
}
StartDependentFn (0x00, 0x00)
{
IO (Decode16, 0x0278, 0x0278, 0x00, 0x08)
}
EndDependentFn ()
})

So in the list of possible resource (_PRS) there only info about one ioport not about the others resource. I wonder if it is really valid ?

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/