Page MenuHomeFreeBSD

IOMMU quirks added
ClosedPublic

Authored by br on Oct 19 2020, 1:35 PM.
Tags
None
Referenced Files
F86228565: D26857.id78472.diff
Mon, Jun 17, 8:01 AM
Unknown Object (File)
May 12 2024, 7:58 AM
Unknown Object (File)
May 11 2024, 10:20 PM
Unknown Object (File)
May 11 2024, 9:50 AM
Unknown Object (File)
May 11 2024, 5:32 AM
Unknown Object (File)
May 9 2024, 11:33 PM
Unknown Object (File)
Apr 27 2024, 9:59 PM
Unknown Object (File)
Apr 24 2024, 3:00 AM
Subscribers

Details

Summary

Add the Marvel SATA quirk.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

br requested review of this revision.Oct 19 2020, 1:35 PM
br created this revision.

No, this should be in SATA driver.

Move the quirk to ahci driver

kib added inline comments.
sys/dev/ahci/ahci.h
628 ↗(On Diff #78433)

This define should be updated as well.

Update AHCI quirk bitstring

This revision is now accepted and ready to land.Oct 19 2020, 4:54 PM

I have no objections, but the link specified lead me to Linux' drivers/pci/quirks.c file, where I've found the same done for 12 different Marvell HBAs. Why not do the same?

Add IOMMU quirks for all the devices listed in linux

This revision now requires review to proceed.Oct 19 2020, 7:03 PM
This revision is now accepted and ready to land.Oct 19 2020, 8:22 PM
This revision was automatically updated to reflect the committed changes.