Page MenuHomeFreeBSD

Add missing cases for PCIOCGETCONF32.
ClosedPublic

Authored by brooks on Nov 16 2018, 11:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 3:30 PM
Unknown Object (File)
Oct 23 2024, 12:51 AM
Unknown Object (File)
Oct 23 2024, 12:51 AM
Unknown Object (File)
Oct 23 2024, 12:50 AM
Unknown Object (File)
Oct 23 2024, 12:36 AM
Unknown Object (File)
Oct 22 2024, 3:47 PM
Unknown Object (File)
Oct 19 2024, 12:51 PM
Unknown Object (File)
Sep 27 2024, 7:00 PM
Subscribers

Details

Summary

Fixes pciconf -l, hopefully also graphics/libdrm under 32-bit compat.

kib posted an identical patch in response to the report.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Nov 16 2018, 11:36 PM

I confirm, it fixes the regression. Tested inside 11.2 i386 jail:

  • devel/vulkan-tools (vulkaninfo)
  • www/firefox + MOZ_ACCELERATED=1 MOZ_WEBRENDER=1
  • multimedia/mpv + multimedia/libva-intel-driver
  • graphics/waifu2x-converter-cpp + lang/beignet
  • emulators/i386-wine-devel
This revision was automatically updated to reflect the committed changes.
sys/dev/pci/pci_user.c
969 ↗(On Diff #50507)

Bogus indentation i.e., 1 too many leading tabs?