Re: [RFC PATCH] PCI MMCONFIG: add validation against ACPI motherboard resources

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jesse Barnes
Date: Monday, May 21, 2007 - 1:07 pm

On Monday, May 21, 2007, Robert Hancock wrote:

Yeah, I've got that data... just a sec while I make sure it's 
reproducable...

Aha, I hadn't decoded the devfn before, looks like it's dying on an access 
to the graphics device (bus 0, slot 2, device 0):

...
pci_mmcfg_read: 0, 0, 0x10, 0x18, 4 = 0xc000000c
pci_mmcfg_read: 0, 0, 0x10, 0x18, 4 = <hang>
...

Offset 0x18 into the graphics config space should be the graphics memory 
range address, and 0xc000000c is the correct value.  But for some reason 
it hangs on the second access.

It hangs here everytime.

Jesse
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC PATCH] PCI MMCONFIG: add validation against ACPI ..., Olivier Galibert, (Mon Apr 30, 3:59 pm)
Re: [RFC PATCH] PCI MMCONFIG: add validation against ACPI ..., Jesse Barnes, (Mon May 21, 1:07 pm)
Re: [RFC PATCH] PCI MMCONFIG: add validation against ACPI ..., Olivier Galibert, (Wed May 23, 3:24 pm)
Re: [RFC PATCH] PCI MMCONFIG: add validation against ACPI ..., Stephen Hemminger, (Wed May 23, 4:07 pm)