From: Toan Pham <tpham3783@gmail.com>
To: linux-serial@vger.kernel.org
Subject: 8250 wrong IRQs set after boot
Date: Wed, 24 Mar 2010 11:38:18 -0400 [thread overview]
Message-ID: <ffb2c0281003240838k7e2642ahffffb058e57cb0f9@mail.gmail.com> (raw)
Hi,
I built a linux from scrach distro and setserial is not installed.
At boot up; all of the IRQ numbers for serial ports 1-4 are reported
correctly (according to the bios setting) from the bootup log. They
are as followed.
ttyS0 at 0x03f8 (irq = 4) is a 16550A
ttyS1 at 0x02f8 (irq = 4) is a 16550A
ttyS2 at 0x03e8 (irq = 11) is a 16550A
ttyS3 at 0x02e8 (irq = 11) is a 16550A
However, after bootup, i login and looked at /proc/tty/driver/serial,
i noticed that all the IRQ for four serial ports
are wrong, and they as as follow:
ttyS0 to IRQ 4
ttyS1 to IRQ 3
ttyS2 to IRQ 4
ttyS3 to IRQ 3
as expected, serial ports ttyS1, ttyS2, and ttyS3 did not function
because the IRQs were reconfigured somehow. I would like to know what
reconfigured the
IRQs since setserial is not installed in my distro. I also checked
all the startup scripts in userspace and noticed that nothing would
have reconfigured
these ports. I am thinking about installing setserial to my distro to
reconfigure the irqs back to the ones listed at bootup; however, I
would like to know
what caused them to change in the first place.
Thank you,
Toan
reply other threads:[~2010-03-24 15:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=ffb2c0281003240838k7e2642ahffffb058e57cb0f9@mail.gmail.com \
--to=tpham3783@gmail.com \
--cc=linux-serial@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).