Page MenuHomeFreeBSD

LinuxKPI: PCI: implement support for more than 1 MSI vector
ClosedPublic

Authored by bz on Jan 27 2023, 3:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 4, 3:20 PM
Unknown Object (File)
May 13 2024, 11:39 PM
Unknown Object (File)
May 7 2024, 2:52 AM
Unknown Object (File)
May 3 2024, 7:54 PM
Unknown Object (File)
Apr 29 2024, 4:37 AM
Unknown Object (File)
Apr 25 2024, 9:31 PM
Unknown Object (File)
Mar 15 2024, 3:23 PM
Unknown Object (File)
Feb 21 2024, 2:27 AM
Subscribers

Details

Summary

Following e9715b1c4474333ff119aba3a9a74bff91f72372 and
4b56afaf7bf4fa37bae5b26fd93ee1ff5969c1bb, implement support
for up-to 32 MSI vectors. This is used by wireless drivers.
This also switches msi_desc to an array in order to store per-vector
information.

Sponsored by: The FreeBSD Foundation
Discussed with: grehan (in Dec)
MFC after: 3 days

Diff Detail

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

Event Timeline

bz requested review of this revision.Jan 27 2023, 3:42 PM
sys/compat/linuxkpi/common/include/linux/pci.h
335–336

Seems like this comment is now stale?

Remove stale comment as pointed out by @jhb.

bz marked an inline comment as done.Feb 1 2023, 10:06 PM
This revision is now accepted and ready to land.Feb 3 2023, 5:10 PM