Page MenuHomeFreeBSD

uart: Match simple comm
ClosedPublic

Authored by imp on Sep 29 2021, 6:55 PM.
Tags
None
Referenced Files
F152589170: D32228.id95964.diff
Wed, Apr 15, 8:39 PM
Unknown Object (File)
Sat, Apr 11, 1:50 PM
Unknown Object (File)
Mon, Apr 6, 4:41 PM
Unknown Object (File)
Thu, Mar 26, 10:45 PM
Unknown Object (File)
Mar 16 2026, 1:12 PM
Unknown Object (File)
Feb 24 2026, 4:51 PM
Unknown Object (File)
Feb 23 2026, 12:33 PM
Unknown Object (File)
Feb 23 2026, 12:33 PM
Subscribers
None

Details

Summary

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

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.