diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-10-24 15:27:28 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-10-24 15:27:28 +0000 |
commit | 5ac574c4d33fe50adebe9784f371ec0ad353c9b5 (patch) | |
tree | e412572840098eb0b9af631b8ae16e19e4de6e52 /hw/eccmemctl.c | |
parent | 1795057a8fcbf5052ffedde230b10f2d8d9722e2 (diff) |
sparc32: add chipset docs for eccmemctl
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/eccmemctl.c')
-rw-r--r-- | hw/eccmemctl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/eccmemctl.c b/hw/eccmemctl.c index 64d4c5e746..2110dc65e7 100644 --- a/hw/eccmemctl.c +++ b/hw/eccmemctl.c @@ -37,6 +37,10 @@ * MCC (version 0, implementation 0) SS-600MP * EMC (version 0, implementation 1) SS-10 * SMC (version 0, implementation 2) SS-10SX and SS-20 + * + * Chipset docs: + * "Sun-4M System Architecture (revision 2.0) by Chuck Narad", 950-1373-01, + * http://mediacast.sun.com/users/Barton808/media/Sun4M_SystemArchitecture_edited2.pdf */ #define ECC_MCC 0x00000000 |