public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <bjorn.helgaas@hp.com>
To: Andrey Borzenkov <arvidjaar@mail.ru>
Cc: linux-serial@vger.kernel.org,
	Michal Piotrowski <michal.k.k.piotrowski@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [2.6.23-rc3 possible regression] 8250 claims nonexisting device blocking IO port
Date: Mon, 20 Aug 2007 11:11:18 -0600	[thread overview]
Message-ID: <200708201111.19023.bjorn.helgaas@hp.com> (raw)
In-Reply-To: <200708202028.22806.arvidjaar@mail.ru>

On Monday 20 August 2007 10:28:22 am Andrey Borzenkov wrote:
> This worked in 2.6.22 with the same quirks. I will test without later but I 
> fail to see how they are related.

OK, let me know what happens.  The way it's related is that the quirk
fiddles with the IRDA device, and it probably changes the SIR config
so that it starts responding at the ttyS3 address.  In your 2.6.23
log, I see this:

[  512.476243] pnp: Device 00:0a activated.
[  512.476301]  00:0a: SMCf010 not responding at SIR 0x100, FIR 0x2e8; auto-configuring
[  512.477861] pnp: Device 00:0a disabled.
[  512.483492] pnp: Device 00:0a activated.
[  512.483520]  00:0a: not responding at SIR 0x100, FIR 0x2e8; swapping SIR/FIR and reconfiguring
[  512.485056] pnp: Device 00:0a disabled.
[  512.491652] pnp: Device 00:0a activated.
[  512.491679]  00:0a: responds at SIR 0x2e8, FIR 0x100

After the quirk, the FIR part is enabled at 0x100 and we assume (the
quirk doesn't actually check) the SIR part is enabled at 0x2e8.  The
8250 driver will claim a SIR device at 0x2e8 as ttyS3.

Without the quirk, the SIR device seems to be either at 0x100 (where
the 8250 driver will not look) or is not enabled at all.

Bjorn

  parent reply	other threads:[~2007-08-20 17:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-18  7:07 [2.6.23-rc3 possible regression] 8250 claims nonexisting device blocking IO port Andrey Borzenkov
2007-08-20  3:47 ` Bjorn Helgaas
2007-08-20 16:28   ` Andrey Borzenkov
2007-08-20 16:35     ` Andrey Borzenkov
2007-08-20 17:11     ` Bjorn Helgaas [this message]
2007-08-21 18:28       ` Andrey Borzenkov
2007-08-21 19:34         ` Bjorn Helgaas
2007-08-24 17:42           ` Andrey Borzenkov
2007-08-24 18:33             ` Bjorn Helgaas

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=200708201111.19023.bjorn.helgaas@hp.com \
    --to=bjorn.helgaas@hp.com \
    --cc=arvidjaar@mail.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=michal.k.k.piotrowski@gmail.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