public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Peter Osterlund <petero2@telia.com>
To: "D. Sen" <dsen@homemail.com>
Cc: linux-kernel@vger.kernel.org,
	Andreas Bombe <bombe@informatik.tu-muenchen.de>
Subject: Re: "PCI: Cannot allocate resource region" messages at boot
Date: 15 Jul 2002 13:04:59 +0200	[thread overview]
Message-ID: <m28z4dfe04.fsf@best.localdomain> (raw)
In-Reply-To: <3D2EF7F2.1070107@homemail.com>

"D. Sen" <dsen@homemail.com> writes:

> I am getting these messages during bootup time on an IBM Thinkpad T30:
> 
> Jul 11 17:17:24 calliope kernel: PCI: Cannot allocate resource region
> 0 of device 02:00.0
> Jul 11 17:17:24 calliope kernel: PCI: Cannot allocate resource region
> 0 of device 02:00.1

I had a similar problem on my notebook, but this patch seems to fix
it:

--- linux/drivers/pcmcia/yenta.c.orig	Mon Jul 15 12:40:54 2002
+++ linux/drivers/pcmcia/yenta.c	Mon Jul 15 12:40:39 2002
@@ -736,7 +736,7 @@
 		return;
 	}
 
-	align = size = 4*1024*1024;
+	align = size = 128*1024;
 	min = PCIBIOS_MIN_MEM; max = ~0U;
 	if (type & IORESOURCE_IO) {
 		align = 1024;

I have no idea if this is the right thing to do. I found the
suggestion in an earlier message from Andreas Bombe.

-- 
Peter Osterlund - petero2@telia.com
http://w1.894.telia.com/~u89404340

  reply	other threads:[~2002-07-15 11:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-12 15:38 "PCI: Cannot allocate resource region" messages at boot D. Sen
2002-07-15 11:04 ` Peter Osterlund [this message]
2002-07-15 15:27   ` D. Sen

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=m28z4dfe04.fsf@best.localdomain \
    --to=petero2@telia.com \
    --cc=bombe@informatik.tu-muenchen.de \
    --cc=dsen@homemail.com \
    --cc=linux-kernel@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