Index: stable/12/sys/dev/drm/drm.h =================================================================== --- stable/12/sys/dev/drm/drm.h +++ stable/12/sys/dev/drm/drm.h @@ -1145,12 +1145,10 @@ typedef enum drm_bo_type drm_bo_type_t; #endif -#define DRM_PORT "graphics/drm-legacy-kmod" - #define DRM_OBSOLETE(dev) \ do { \ device_printf(dev, "=======================================================\n"); \ - device_printf(dev, "This code is obsolete abandonware. Install the " DRM_PORT " pkg\n"); \ + device_printf(dev, "This code is deprecated.\n"); \ device_printf(dev, "=======================================================\n"); \ gone_in_dev(dev, 13, "drm drivers"); \ } while (0)