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)
Mon, Feb 10, 6:40 AM
Unknown Object (File)
Sat, Feb 8, 10:52 PM
Unknown Object (File)
Mon, Feb 3, 6:00 PM
Unknown Object (File)
Jan 25 2025, 10:25 PM
Unknown Object (File)
Jan 17 2025, 8:45 PM
Unknown Object (File)
Dec 23 2024, 6:45 AM
Unknown Object (File)
Dec 5 2024, 11:09 AM
Unknown Object (File)
Nov 10 2024, 3:30 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?