Skip to content

Commit

Permalink
[Arista] Disable ATA NCQ for a few products (#13739) (#13865)
Browse files Browse the repository at this point in the history
  • Loading branch information
mssonicbld authored Feb 17, 2023
1 parent 23e3542 commit 1aa3392
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions files/Aboot/boot0.j2
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,10 @@ write_platform_specific_cmdline() {
cmdline_add intel_idle.max_cstate=0
read_system_eeprom
fi
if in_array "$platform" "rook"; then
# Currently applies to Alhambra, Blackhawk, Gardena and Mineral
cmdline_add libata.force=1.00:noncq
fi
if in_array "$platform" "crow" "magpie"; then
cmdline_add amd_iommu=off
cmdline_add modprobe.blacklist=snd_hda_intel,hdaudio
Expand Down

0 comments on commit 1aa3392

Please sign in to comment.