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)
Tue, Nov 4, 5:03 PM
Unknown Object (File)
Tue, Nov 4, 5:02 PM
Unknown Object (File)
Tue, Nov 4, 5:02 PM
Unknown Object (File)
Tue, Nov 4, 5:01 PM
Unknown Object (File)
Sun, Oct 26, 5:30 PM
Unknown Object (File)
Sun, Oct 26, 1:45 AM
Unknown Object (File)
Sat, Oct 25, 2:30 AM
Unknown Object (File)
Tue, Oct 21, 8:52 AM
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?