From: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
To: Andrew Morton <akpm@osdl.org>
Cc: Tero Roponen <teanropo@cc.jyu.fi>,
jonsmirl@gmail.com, gregkh@suse.de, linux-kernel@vger.kernel.org,
Mikael Pettersson <mikpe@csd.uu.se>
Subject: Re: 2.6.14-rc4: dma_timer_expiry [was 2.6.13-rc2 hangs at boot]
Date: Mon, 1 Aug 2005 11:22:45 +0400 [thread overview]
Message-ID: <20050801112245.B9460@jurassic.park.msu.ru> (raw)
In-Reply-To: <20050729023921.0950968f.akpm@osdl.org>; from akpm@osdl.org on Fri, Jul 29, 2005 at 02:39:21AM -0700
On Fri, Jul 29, 2005 at 02:39:21AM -0700, Andrew Morton wrote:
> Tero Roponen <teanropo@cc.jyu.fi> wrote:
> > My original report is here: http://lkml.org/lkml/2005/7/6/174
>
> I see. Ivan, do we know what's going on here?
Sort of. The 4K cardbus windows are working fine for non-x86
architectures where all IO resources are usually well known
and added to the resource tree properly.
However, on x86 there are sometimes "hidden" system IO port
ranges that aren't reported by BIOS, so the large (4K) cardbus
windows overlap these ranges.
Actually I don't like reducing CARDBUS_IO_SIZE to 256 bytes, because
we lose an ability to handle cards with built-in p2p bridges (which
require 4K for IO), plus it won't fix Sony VAIO problem.
Tero and Mikael, can you try this one-liner instead?
Ivan.
--- 2.6.13-rc4/include/asm-i386/pci.h Sun Jul 31 14:32:09 2005
+++ linux/include/asm-i386/pci.h Mon Aug 1 08:29:18 2005
@@ -18,7 +18,7 @@ extern unsigned int pcibios_assign_all_b
#define pcibios_scan_all_fns(a, b) 0
extern unsigned long pci_mem_start;
-#define PCIBIOS_MIN_IO 0x1000
+#define PCIBIOS_MIN_IO 0x2000
#define PCIBIOS_MIN_MEM (pci_mem_start)
#define PCIBIOS_MIN_CARDBUS_IO 0x4000
next prev parent reply other threads:[~2005-08-01 7:22 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-06 13:47 2.6.13-rc2 hangs at boot Tero Roponen
2005-07-07 1:27 ` Jon Smirl
2005-07-07 9:59 ` Ivan Kokshaysky
2005-07-07 10:33 ` Tero Roponen
2005-07-07 12:31 ` Ivan Kokshaysky
2005-07-07 12:47 ` Tero Roponen
2005-07-07 13:41 ` Ivan Kokshaysky
2005-07-07 13:53 ` Tero Roponen
2005-07-07 14:13 ` Tero Roponen
2005-07-08 6:28 ` Ivan Kokshaysky
2005-07-08 7:57 ` [SOLVED] " Tero Roponen
2005-07-08 9:19 ` Ivan Kokshaysky
2005-07-08 9:38 ` Tero Roponen
2005-07-08 9:45 ` Ivan Kokshaysky
2005-07-07 13:59 ` Jon Smirl
[not found] ` <20050728233408.550939d4.akpm@osdl.org>
2005-07-29 8:09 ` 2.6.14-rc4: dma_timer_expiry [was 2.6.13-rc2 hangs at boot] Tero Roponen
2005-07-29 8:24 ` Andrew Morton
2005-07-29 8:35 ` Tero Roponen
2005-07-29 9:39 ` Andrew Morton
2005-08-01 7:22 ` Ivan Kokshaysky [this message]
2005-08-01 7:42 ` Tero Roponen
2005-08-04 20:49 ` 2.6.13-rc2 hangs at boot Andrew Morton
2005-07-29 13:24 2.6.14-rc4: dma_timer_expiry [was 2.6.13-rc2 hangs at boot] Mikael Pettersson
2005-08-02 15:34 Mikael Pettersson
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=20050801112245.B9460@jurassic.park.msu.ru \
--to=ink@jurassic.park.msu.ru \
--cc=akpm@osdl.org \
--cc=gregkh@suse.de \
--cc=jonsmirl@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mikpe@csd.uu.se \
--cc=teanropo@cc.jyu.fi \
/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
all inboxes | Powered by JetHome®