Quote:
it's only my curiosity... but does PegII support DDR-266 PC2100 ECC mem sticks?
They will work, but they are slower than standard RAM, as they have higher latencies for for reliability, on top of the fact that PC3200 RAM would run at further lower latencies at 266MHz.
The ECC feature is not used as the processor exceptions are not hooked up (the same as 36-bit addressing is not hooked up).
However the Marvell Northbridge can count ECC exceptions and you can gain statistics on it. You are free to reverse engineer how to do this on pain of voiding your warranty when you fry your board.
If you manage to install more than 2GB of RAM and coerce the firmware to configure it, too, then you can encourage the Marvell Northbridge to map it in the 36-bit address space and access it using the DMA controller. Again, on pain of voiding warranty :)
Both are documented somewhere in code online (the DMA controller has an old Linux driver by a Philip Something?) if you search hard enough.