Skip to content

Commit 1aa3392

Browse files
authored
[Arista] Disable ATA NCQ for a few products (#13739) (#13865)
1 parent 23e3542 commit 1aa3392

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

files/Aboot/boot0.j2

+4
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,10 @@ write_platform_specific_cmdline() {
623623
cmdline_add intel_idle.max_cstate=0
624624
read_system_eeprom
625625
fi
626+
if in_array "$platform" "rook"; then
627+
# Currently applies to Alhambra, Blackhawk, Gardena and Mineral
628+
cmdline_add libata.force=1.00:noncq
629+
fi
626630
if in_array "$platform" "crow" "magpie"; then
627631
cmdline_add amd_iommu=off
628632
cmdline_add modprobe.blacklist=snd_hda_intel,hdaudio

0 commit comments

Comments
 (0)