Page MenuHomeFreeBSD

IOMMU quirks added
ClosedPublic

Authored by br on Oct 19 2020, 1:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 19 2023, 12:39 PM
Unknown Object (File)
Sep 13 2023, 7:52 AM
Unknown Object (File)
Aug 10 2023, 5:25 AM
Unknown Object (File)
Aug 10 2023, 5:23 AM
Unknown Object (File)
Aug 10 2023, 5:22 AM
Unknown Object (File)
Aug 10 2023, 5:22 AM
Unknown Object (File)
Aug 10 2023, 5:22 AM
Unknown Object (File)
Aug 10 2023, 5:22 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.