Chameleon

Chameleon Commit Details

Date:2010-07-27 20:19:30 (13 years 8 months ago)
Author:Kabyl
Commit:268
Parents: 267
Message:adding support for more memory controllers (Westmere/-EX.. etc)
Changes:
M/trunk/i386/libsaio/dram_controllers.c

File differences

trunk/i386/libsaio/dram_controllers.c
518518
519519
520520
521
522
523
524
521525
522526
523527
{ 0x8086, 0x3401, "NHM IMC",setup_nhm, get_fsb_nhm, get_timings_nhm },
{ 0x8086, 0x3402, "NHM IMC",setup_nhm, get_fsb_nhm, get_timings_nhm },
{ 0x8086, 0x3403, "NHM IMC",setup_nhm, get_fsb_nhm, get_timings_nhm },
{ 0x8086, 0x3404, "NHM IMC",setup_nhm, get_fsb_nhm, get_timings_nhm },
{ 0x8086, 0x3405, "NHM IMC",setup_nhm, get_fsb_nhm, get_timings_nhm },
{ 0x8086, 0x3406, "NHM IMC",setup_nhm, get_fsb_nhm, get_timings_nhm },
{ 0x8086, 0x3407, "NHM IMC",setup_nhm, get_fsb_nhm, get_timings_nhm },
};

Archive Download the corresponding diff file

Revision: 268