Page MenuHomeFreeBSD

uart: Match simple comm
ClosedPublic

Authored by imp on Sep 29 2021, 6:55 PM.
Tags
None
Referenced Files
F158848586: D32228.id.diff
Sat, Jun 6, 7:53 PM
Unknown Object (File)
Fri, Jun 5, 1:56 PM
Unknown Object (File)
Sun, May 17, 4:32 PM
Unknown Object (File)
Wed, May 13, 12:19 AM
Unknown Object (File)
Wed, May 13, 12:19 AM
Unknown Object (File)
Wed, May 13, 12:14 AM
Unknown Object (File)
Wed, May 13, 12:13 AM
Unknown Object (File)
Apr 26 2026, 6:51 AM
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.