mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-20 11:38:25 -06:00
Add detection for some manufacturers related to RDRAM
This commit is contained in:
parent
be9502ac01
commit
3ac3aa995e
@ -20,8 +20,8 @@ static const struct spd_jedec_manufacturer jep106[] = {
|
||||
// { 0x0002, "AMI" },
|
||||
// { 0x0003, "Fairchild" },
|
||||
{ 0x0004, "Fujitsu" },
|
||||
// { 0x0005, "GTE" },
|
||||
// { 0x0006, "Harris" },
|
||||
{ 0x0005, "GTE" },
|
||||
// { 0x0006, "Harris" },
|
||||
// { 0x0007, "Hitachi" },
|
||||
// { 0x0008, "Inmos" },
|
||||
{ 0x0009, "Intel" },
|
||||
@ -39,7 +39,7 @@ static const struct spd_jedec_manufacturer jep106[] = {
|
||||
// { 0x0015, "NXP (Philips)" },
|
||||
// { 0x0016, "Synertek" },
|
||||
{ 0x0017, "Texas Instruments" },
|
||||
// { 0x0018, "Kioxia Corporation" },
|
||||
{ 0x0018, "Kioxia (Toshiba)" },
|
||||
// { 0x0019, "Xicor" },
|
||||
// { 0x001A, "Zilog" },
|
||||
// { 0x001B, "Eurotechnique" },
|
||||
@ -93,7 +93,7 @@ static const struct spd_jedec_manufacturer jep106[] = {
|
||||
// { 0x004B, "Protocol Engines" },
|
||||
// { 0x004C, "SCI" },
|
||||
// { 0x004D, "Seiko Instruments" },
|
||||
// { 0x004E, "Samsung" },
|
||||
{ 0x004E, "Samsung" },
|
||||
// { 0x004F, "I3 Design System" },
|
||||
// { 0x0050, "Klic" },
|
||||
// { 0x0051, "Crosspoint Solutions" },
|
||||
|
Loading…
Reference in New Issue
Block a user