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)
Dec 22 2023, 10:57 PM
Unknown Object (File)
Dec 11 2023, 4:14 AM
Unknown Object (File)
Nov 24 2023, 9:08 AM
Unknown Object (File)
Nov 9 2023, 5:55 PM
Unknown Object (File)
Nov 9 2023, 11:47 AM
Unknown Object (File)
Oct 8 2023, 4:53 PM
Unknown Object (File)
Oct 8 2023, 10:43 AM
Unknown Object (File)
Sep 6 2023, 9:20 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?