The patch titled ia64: note requirement for 8250_pnp, now that 8250_acpi is gone has been removed from the -mm tree. Its filename is ia64-note-requirement-for-8250_pnp-now-that-8250_acpi-is-gone.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ia64: note requirement for 8250_pnp, now that 8250_acpi is gone From: Bjorn Helgaas <bjorn.helgaas@xxxxxx> We removed 8250_acpi in 2.6.17. If we don't have PNPACPI turned on, we won't find any ACPI serial devices, so mention this requirement in the troubleshooting part of the documentation. CONFIG_PNPACPI is already turned on in all the relevant defconfigs. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Acked-by: "Luck, Tony" <tony.luck@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Documentation/ia64/serial.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN Documentation/ia64/serial.txt~ia64-note-requirement-for-8250_pnp-now-that-8250_acpi-is-gone Documentation/ia64/serial.txt --- a/Documentation/ia64/serial.txt~ia64-note-requirement-for-8250_pnp-now-that-8250_acpi-is-gone +++ a/Documentation/ia64/serial.txt @@ -124,6 +124,13 @@ TROUBLESHOOTING SERIAL CONSOLE PROBLEMS - Add entry to /etc/securetty for console tty. + No ACPI serial devices found in 2.6.17 or later: + + - Turn on CONFIG_PNP and CONFIG_PNPACPI. Prior to 2.6.17, ACPI + serial devices were discovered by 8250_acpi. In 2.6.17, + 8250_acpi was replaced by the combination of 8250_pnp and + CONFIG_PNPACPI. + [1] http://www.dig64.org/specifications/DIG64_PCDPv20.pdf _ Patches currently in -mm which might be from bjorn.helgaas@xxxxxx are origin.patch 2.6-sony_acpi4.patch serial-trivial-code-flow-simplification.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html