Bug 2778
Summary: | Linux ignores ACPI-reported resource usage | ||
---|---|---|---|
Product: | ACPI | Reporter: | Len Brown (lenb) |
Component: | Config-Other | Assignee: | Shaohua (shaohua.li) |
Status: | REJECTED WILL_NOT_FIX | ||
Severity: | normal | CC: | acpi-bugzilla, areversat |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Len Brown
2004-05-26 21:59:13 UTC
*** Bug 2733 has been marked as a duplicate of this bug. *** Current PNPACPI can penalize legacy irqs, so if pci devices will not use legacy devices' interrupt. >1. correct resource values can be used. I think PNPACPI can do it if legacy drivers use PNPACPI >3. free resources can be freed. > In the example above, if the PS2 mouse is not present, > the OS could realized, for example, that IRQ12 is available > for other uses. This could be useful on a PIC-mode IRQ-starved > system.... This is hard. you can hotplug PS2 mouse in Linux. Besides, PNP layer has some mechanism to assign free resources to legacy devices. is this still a problem with linux-2.6.22.stable? issue 1 is sloved. issue 2 and 3 are the same issue - Linux don't check if PNP resources are in use. But the issues don't make sense, as PNP resources are basically some io ports and the ports are below 1k, hotplug PCI devices don't use it. for pnp irq, we already penalize it, so we have no issue. I thought the issue doesn't exist in practice. I'd mark the track closed. |