Page MenuHomeFreeBSD

uart: Match simple comm
ClosedPublic

Authored by imp on Sep 29 2021, 6:55 PM.
Tags
None
Referenced Files
F116030937: D32228.diff
Thu, May 1, 8:24 PM
Unknown Object (File)
Wed, Apr 23, 5:39 PM
Unknown Object (File)
Mon, Apr 14, 12:00 PM
Unknown Object (File)
Mon, Apr 14, 6:59 AM
Unknown Object (File)
Mon, Apr 14, 2:02 AM
Unknown Object (File)
Sun, Apr 13, 11:10 PM
Unknown Object (File)
Thu, Apr 10, 11:45 AM
Unknown Object (File)
Mar 25 2025, 7:19 PM
Subscribers
None

Details

Summary

Match the PCI simple comm devices (or try to).

Sponsored by: Netflix

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41849
Build 38737: arc lint + arc unit

Event Timeline

imp requested review of this revision.Sep 29 2021, 6:55 PM
imp created this revision.
This revision is now accepted and ready to land.Sep 29 2021, 7:17 PM

Linux does MSI on an opt-in basis. Maybe this 'catch all' entry should skip the MSI bits too?
If so, the rid entry should just or in the PCI_NO_MSI bit from a later patch...

This revision was automatically updated to reflect the committed changes.