All of lore.kernel.org
 help / color / mirror / Atom feed
* lots of "bridge window ... (disabled)" messages
@ 2010-03-29 16:57 Luck, Tony
  2010-03-29 22:01 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Luck, Tony @ 2010-03-29 16:57 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-kernel

Hi Bjorn,

I just booted Linus latest git tree on my Tukwila system. I'm
seeing a lot of bridge windows marked as disabled. Here's the
start of a diff of dmesg output comparing a kernel from last
week to today's kernel (git 01e7770 vs. b72c409):

< pci 0000:00:01.0:   bridge window [mem 0xfff00000 - 000fffff pref] reg reading
---
> pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
222,224c222,224
< pci 0000:00:03.0:   bridge window [io  f000 - 0000] reg reading
< pci 0000:00:03.0:   bridge window [mem 0xfff00000 - 0x000fffff] reg reading
< pci 0000:00:03.0:   bridge window [mem 0xfff00000 - 000fffff pref] reg reading
---
> pci 0000:00:03.0:   bridge window [io  0xf000-0x0000] (disabled)
> pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
> pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
233c233
< pci 0000:00:05.0:   bridge window [mem 0xfff00000 - 000fffff pref] reg reading
---
> pci 0000:00:05.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)

   ... many more such diffs.

This is the same system that you helped out with a couple of months
ago that had some issues in _CRS tables with ranges marked as
"consumer".  The BIOS team fixed the one range that was needed
to allow access to my EHCI - but they didn't touch anything else.

Are these new checks related to the same sort of issues in _CRS?
Or is this some other stuff?  I don't appear to have lost access
to any devices in today's kernel.

-Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: lots of "bridge window ... (disabled)" messages
  2010-03-29 16:57 lots of "bridge window ... (disabled)" messages Luck, Tony
@ 2010-03-29 22:01 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2010-03-29 22:01 UTC (permalink / raw)
  To: Luck, Tony; +Cc: linux-kernel

On Mon, 2010-03-29 at 09:57 -0700, Luck, Tony wrote:
> Hi Bjorn,
> 
> I just booted Linus latest git tree on my Tukwila system. I'm
> seeing a lot of bridge windows marked as disabled. Here's the
> start of a diff of dmesg output comparing a kernel from last
> week to today's kernel (git 01e7770 vs. b72c409):
> 
> < pci 0000:00:01.0:   bridge window [mem 0xfff00000 - 000fffff pref] reg reading
> ---
> > pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)

Nothing changed here except the message.  The bridge windows are
disabled in both cases (same values in base & limit, with base > limit);
I just changed the message from "reg reading" to "(disabled)" because I
thought that would be easier to interpret.

Bjorn



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-29 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-29 16:57 lots of "bridge window ... (disabled)" messages Luck, Tony
2010-03-29 22:01 ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.