CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/07/21 05:35:41
Modified files: sys/dev/pci/drm: drm_print.c Log message: Linux changed the debug categories into an enum of bit positions some time ago. Adapt our DRMDEBUG code to follow that convention. ok jsg@