joerg
bedc8f14a0
When assigning an IRQ for classic PIC routing to an ACPI link dev,
...
make sure to update the PCI Interrupt Register of all PCI devices using
it. This fixes interrupt with ACPI and w/o IOAPIC, when the BIOS didn't
route all interrupts correctly.
Reported by sborill@ and by Mathias De Belder in PR 37001, fix tested
by sborill@.
2007-11-07 15:29:15 +00:00
joerg
08de5799c0
Use the fallback to ACPI SCI as PCI interrupt only as a last resort
...
if no other entry could be used.
2007-11-05 10:30:44 +00:00
dogcow
a3fae2e5b9
blah blah discard pointer qualifier blah.
2006-09-24 06:03:20 +00:00
jmcneill
f135e0d607
Add "name" parameter to powerhook_establish, to aid debugging. No objections
...
on tech-kern@
2006-09-24 03:53:07 +00:00
fvdl
5f5c640d2e
In acpi_pci_link_dump, print out polarity and trigger for the link device
...
properties.
2006-09-23 17:05:33 +00:00
christos
9d18036adc
PR/34241: Dave Sainty: Bound a memcpy to the sizeof the buffer where we
...
are trying to save the contents, instead of trying to copy what the lenght
of the acpi resource tells us.
2006-08-20 15:10:59 +00:00
fvdl
6bde80fce7
Do not try to disable link devices (using _DIS) at startup. This causes
...
problems on some systems. Leave the code commented out, we might want
to revisit this at some point in the future.
2006-07-10 09:18:36 +00:00
xtraeme
9c392ba6f4
Repeat after me, use __KERNEL_RCSID.
2006-07-05 18:17:59 +00:00
christos
01158ea892
Apply fvdl's acpi pci interrupt configuration code.
...
- MPACPI is no more.
- MPACPI_SCANPCI -> ACPI_SCANPCI
2006-07-04 00:30:21 +00:00