From: Bjorn Helgaas <bjorn.helgaas@hp.com>
To: rmk+serial@arm.linux.org.uk
Cc: linux-serial@vger.kernel.org, shaohua.li@intel.com, ambx1@neo.rr.com
Subject: [PATCH] SERIAL: discover PNP ports before PCI, etc
Date: Wed, 09 Feb 2005 13:12:47 -0700 [thread overview]
Message-ID: <1107979967.27371.42.camel@eeyore> (raw)
PNP ports tend to be built-in, and discovering them after
PCI ports means the names of the built-in ports can change
if you add or remove PCI ports.
(And yes, we should look at getting rid of 8250_acpi.c
now that we have PNPACPI, but that's for another patch.)
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
===== drivers/serial/Makefile 1.42 vs edited =====
--- 1.42/drivers/serial/Makefile 2005-02-03 07:42:40 -07:00
+++ edited/drivers/serial/Makefile 2005-02-09 12:58:23 -07:00
@@ -6,9 +6,9 @@
serial-8250-y :=
serial-8250-$(CONFIG_SERIAL_8250_ACPI) += 8250_acpi.o
+serial-8250-$(CONFIG_PNP) += 8250_pnp.o
serial-8250-$(CONFIG_GSC) += 8250_gsc.o
serial-8250-$(CONFIG_PCI) += 8250_pci.o
-serial-8250-$(CONFIG_PNP) += 8250_pnp.o
serial-8250-$(CONFIG_HP300) += 8250_hp300.o
obj-$(CONFIG_SERIAL_CORE) += serial_core.o
next reply other threads:[~2005-02-09 20:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-09 20:12 Bjorn Helgaas [this message]
2005-02-10 2:16 ` [PATCH] SERIAL: discover PNP ports before PCI, etc Adam Belay
2005-02-10 16:43 ` Bjorn Helgaas
[not found] ` <20050210173725.GA380@neo.rr.com>
2005-02-10 17:49 ` Bjorn Helgaas
2005-02-10 18:39 ` Russell King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1107979967.27371.42.camel@eeyore \
--to=bjorn.helgaas@hp.com \
--cc=ambx1@neo.rr.com \
--cc=linux-serial@vger.kernel.org \
--cc=rmk+serial@arm.linux.org.uk \
--cc=shaohua.li@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox