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)
Thu, May 7, 12:25 AM
Unknown Object (File)
Sun, May 3, 12:27 AM
Unknown Object (File)
Fri, Apr 24, 11:08 AM
Unknown Object (File)
Apr 21 2026, 7:03 AM
Unknown Object (File)
Mar 23 2026, 1:37 AM
Unknown Object (File)
Mar 17 2026, 9:59 PM
Unknown Object (File)
Mar 12 2026, 8:15 PM
Unknown Object (File)
Mar 10 2026, 1:26 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20846
Build 20227: arc lint + arc unit

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

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