Re: + edac-new-opteron-athlon64-memory-controller-driver.patch added to -mm tree

From: Andi Kleen
Date: Thu Jul 06 2006 - 15:16:26 EST


On Thu, Jul 06, 2006 at 01:09:35PM -0600, Eric W. Biederman wrote:
> > Then anything with MMIO or interrupts or anything dynamic
> > definitely belongs into kernel space agreed.
>
> Yep we sometimes have to mess with MMIO.

Not on K8 at least, no?

Maybe we should discuss each chipset separatedly :)

>
> > But at least on K8 DIMM inventory is purely reading PCI config space on
> > something that doesn't change and doesn't need any locking.
> > It also doesn't need to do anything complicated, but just look
> > for the right PCI ID.
>
> Mostly. Except for the part where you have to figure out the stepping
> of the processor connected to the memory controller to properly decode
> the registers. AMD should have used the revision field in pci config
> space but...

That's in /proc/cpuinfo

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/