linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Buckingham <peter@pantasys.com>
To: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: sean.bruno@dsl-only.net, koch@esa.informatik.tu-darmstadt.de,
	torvalds@osdl.org, benh@kernel.crashing.org,
	linux-pci@atrey.karlin.mff.cuni.cz, linux-kernel@vger.kernel.org,
	gregkh@suse.de
Subject: Re: PROBLEM: Devices behind PCI Express-to-PCI bridge not mapped
Date: Mon, 20 Jun 2005 16:39:38 -0700	[thread overview]
Message-ID: <42B753BA.8040501@pantasys.com> (raw)
In-Reply-To: <20050618114531.A2523@jurassic.park.msu.ru>

Good news!

the latest 2.6.12 actually works properly. when i load the device driver 
the regions are no longer disabled and both gpus work correctly. I'm 
still a little confused as to why the first value for the BARs seem 
nonsensical...

It looks like 2.6.12 is able to relocate the BAR regions for the GPUs 
(see dump below)..

peter

--
PCI: Cannot allocate resource region 0 of device 0000:81:00.0
PCI: Cannot allocate resource region 1 of device 0000:81:00.0
PCI: Cannot allocate resource region 2 of device 0000:81:00.0
PCI: Cannot allocate resource region 0 of device 0000:41:00.0
PCI: Cannot allocate resource region 1 of device 0000:41:00.0
PCI: Cannot allocate resource region 2 of device 0000:41:00.0
PCI-DMA: Disabling AGP.
PCI-DMA: aperture base @ 90000000 size 65536 KB
PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
pnp: the driver 'system' has been registered
pnp: match found with the PnP device '00:08' and the driver 'system'
pnp: match found with the PnP device '00:09' and the driver 'system'
pnp: match found with the PnP device '00:0c' and the driver 'system'
pnp: 00:0c: ioport range 0xa00-0xa7f has been reserved
pnp: match found with the PnP device '00:0d' and the driver 'system'
pnp: match found with the PnP device '00:0e' and the driver 'system'
   got res [bc000000:bcffffff] bus [bc000000:bcffffff] flags 200 for BAR 
0 of 0000:81:00.0
PCI: moved device 0000:81:00.0 resource 0 (200) to bc000000
   got res [c0000000:cfffffff] bus [c0000000:cfffffff] flags 1208 for 
BAR 1 of 0000:81:00.0
PCI: moved device 0000:81:00.0 resource 1 (1208) to c0000000
   got res [bd000000:bdffffff] bus [bd000000:bdffffff] flags 200 for BAR 
2 of 0000:81:00.0
PCI: moved device 0000:81:00.0 resource 2 (200) to bd000000
   got res [98000000:98ffffff] bus [98000000:98ffffff] flags 200 for BAR 
0 of 0000:41:00.0
PCI: moved device 0000:41:00.0 resource 0 (200) to 98000000
   got res [a0000000:afffffff] bus [a0000000:afffffff] flags 1208 for 
BAR 1 of 0000:41:00.0
PCI: moved device 0000:41:00.0 resource 1 (1208) to a0000000
   got res [99000000:99ffffff] bus [99000000:99ffffff] flags 200 for BAR 
2 of 0000:41:00.0
PCI: moved device 0000:41:00.0 resource 2 (200) to 99000000


  parent reply	other threads:[~2005-06-21  1:29 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-03 23:28 PROBLEM: Devices behind PCI Express-to-PCI bridge not mapped Andreas Koch
2005-06-04  0:22 ` Linus Torvalds
2005-06-04  1:33   ` Andreas Koch
2005-06-04  1:55     ` Linus Torvalds
2005-06-04  2:26       ` Andreas Koch
2005-06-04  4:50         ` Linus Torvalds
2005-06-04 15:57           ` Andreas Koch
2005-06-05 16:46             ` Ivan Kokshaysky
2005-06-06  0:27               ` Andreas Koch
2005-06-06 14:43                 ` Ivan Kokshaysky
2005-06-08 17:34                   ` Andreas Koch
2005-06-08 22:36                     ` Ivan Kokshaysky
2005-06-09  0:29                       ` Andreas Koch
2005-06-09  4:04                       ` Benjamin Herrenschmidt
2005-06-09 13:54                         ` Ivan Kokshaysky
2005-06-09 17:54                           ` Andreas Koch
2005-06-09 22:38                             ` Andreas Koch
2005-06-09 23:20                               ` Linus Torvalds
2005-06-10 14:33                                 ` Andreas Koch
2005-06-10 14:48                                 ` Ivan Kokshaysky
2005-06-10 20:47                                   ` Andreas Koch
2005-06-10 23:50                                     ` Sean Bruno
2005-06-14 15:19                                     ` Sean Bruno
2005-06-16 14:20                                       ` Andreas Koch
2005-06-16 17:20                                         ` Peter Buckingham
2005-06-16 20:53                                           ` Sean Bruno
2005-06-16 21:05                                             ` Peter Buckingham
2005-06-16 21:12                                               ` Roland Dreier
2005-06-16 21:21                                                 ` Peter Buckingham
2005-06-17  9:54                                               ` Ivan Kokshaysky
2005-06-17 16:34                                                 ` Peter Buckingham
2005-06-17 16:51                                                   ` Sean Bruno
2005-06-17 17:59                                                     ` Sean Bruno
2005-06-18  7:45                                                   ` Ivan Kokshaysky
2005-06-18 17:55                                                     ` Sean Bruno
2005-06-20 16:51                                                     ` Peter Buckingham
2005-06-20 21:31                                                     ` Peter Buckingham
2005-06-20 23:39                                                     ` Peter Buckingham [this message]
2005-06-04 15:17         ` Linus Torvalds
2005-06-04  6:38       ` Greg KH
2005-06-04  6:51         ` Grant Grundler
2005-06-04  7:12           ` Grant Grundler
2005-06-04  7:19           ` Greg KH
2005-06-04  6:46 ` Greg KH
2005-06-04 16:16   ` Andreas Koch
2005-06-11  5:33 linux
2005-06-11 10:26 ` Ivan Kokshaysky

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=42B753BA.8040501@pantasys.com \
    --to=peter@pantasys.com \
    --cc=benh@kernel.crashing.org \
    --cc=gregkh@suse.de \
    --cc=ink@jurassic.park.msu.ru \
    --cc=koch@esa.informatik.tu-darmstadt.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@atrey.karlin.mff.cuni.cz \
    --cc=sean.bruno@dsl-only.net \
    --cc=torvalds@osdl.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).