diff options
Diffstat (limited to 'src/vendorcode/amd/agesa')
4 files changed, 4 insertions, 4 deletions
diff --git a/src/vendorcode/amd/agesa/f12/Proc/Fch/Sata/Ide2AhciMid.c b/src/vendorcode/amd/agesa/f12/Proc/Fch/Sata/Ide2AhciMid.c index d866d5685f..7b75acba76 100644 --- a/src/vendorcode/amd/agesa/f12/Proc/Fch/Sata/Ide2AhciMid.c +++ b/src/vendorcode/amd/agesa/f12/Proc/Fch/Sata/Ide2AhciMid.c @@ -68,7 +68,7 @@ FchInitMidSataIde2Ahci ( SataBar5setting (LocalCfgPtr, &Bar5); // - //If this is not S3 resume and also if SATA set to one of IDE mode, them implement drive detection workaround. + //If this is not S3 resume and also if SATA set to one of IDE mode, then implement drive detection workaround. // if ( ! (LocalCfgPtr->Misc.S3Resume) ) { SataDriveDetection (LocalCfgPtr, &Bar5); diff --git a/src/vendorcode/amd/agesa/f12/Proc/Fch/Sata/SataIdeMid.c b/src/vendorcode/amd/agesa/f12/Proc/Fch/Sata/SataIdeMid.c index c4a75dd777..6b4d75debe 100644 --- a/src/vendorcode/amd/agesa/f12/Proc/Fch/Sata/SataIdeMid.c +++ b/src/vendorcode/amd/agesa/f12/Proc/Fch/Sata/SataIdeMid.c @@ -67,7 +67,7 @@ FchInitMidSataIde ( Bar5 = 0; SataBar5setting (LocalCfgPtr, &Bar5); // - //If this is not S3 resume and also if SATA set to one of IDE mode, them implement drive detection workaround. + //If this is not S3 resume and also if SATA set to one of IDE mode, then implement drive detection workaround. // if ( ! (LocalCfgPtr->Misc.S3Resume) ) { SataDriveDetection (LocalCfgPtr, &Bar5); diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Sata/Ide2AhciMid.c b/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Sata/Ide2AhciMid.c index 8cb2fc96f4..e6d7798b93 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Sata/Ide2AhciMid.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Sata/Ide2AhciMid.c @@ -95,7 +95,7 @@ FchInitMidSataIde2Ahci ( SataBar5setting (LocalCfgPtr, &Bar5); // - //If this is not S3 resume and also if SATA set to one of IDE mode, them implement drive detection workaround. + //If this is not S3 resume and also if SATA set to one of IDE mode, then implement drive detection workaround. // if ( ! (LocalCfgPtr->Misc.S3Resume) ) { SataDriveDetection (LocalCfgPtr, &Bar5); diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Sata/SataIdeMid.c b/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Sata/SataIdeMid.c index ba89d4575c..2f30fd3562 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Sata/SataIdeMid.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Sata/SataIdeMid.c @@ -94,7 +94,7 @@ FchInitMidSataIde ( Bar5 = 0; SataBar5setting (LocalCfgPtr, &Bar5); // - //If this is not S3 resume and also if SATA set to one of IDE mode, them implement drive detection workaround. + //If this is not S3 resume and also if SATA set to one of IDE mode, then implement drive detection workaround. // if ( ! (LocalCfgPtr->Misc.S3Resume) ) { SataDriveDetection (LocalCfgPtr, &Bar5); |