From 2fa70908ad2d670f2c8a672257b8efdb7bb14ad0 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 19 Feb 2019 21:20:50 +0000 Subject: [PATCH] Remove drm from LINT kernels drm was accidentally left in the LINT kernels. Pointy hat to: imp --- sys/amd64/conf/NOTES | 11 ----------- sys/i386/conf/NOTES | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index eb4234510f3f..57847fa703fd 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -286,17 +286,6 @@ options ACPI_DEBUG # The cpufreq(4) driver provides support for non-ACPI CPU frequency control device cpufreq -# Direct Rendering modules for 3D acceleration. -device drm # DRM core module required by DRM drivers -device mach64drm # ATI Rage Pro, Rage Mobility P/M, Rage XL -device mgadrm # AGP Matrox G200, G400, G450, G550 -device r128drm # ATI Rage 128 -device savagedrm # S3 Savage3D, Savage4 -device sisdrm # SiS 300/305, 540, 630 -device tdfxdrm # 3dfx Voodoo 3/4/5 and Banshee -device viadrm # VIA -options DRM_DEBUG # Include debug printfs (slow) - # # Network interfaces: # diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index a1fc6eb310b3..8d4e3a954c40 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -489,17 +489,6 @@ device aibs # The cpufreq(4) driver provides support for non-ACPI CPU frequency control device cpufreq -# Direct Rendering modules for 3D acceleration. -device drm # DRM core module required by DRM drivers -device mach64drm # ATI Rage Pro, Rage Mobility P/M, Rage XL -device mgadrm # AGP Matrox G200, G400, G450, G550 -device r128drm # ATI Rage 128 -device savagedrm # S3 Savage3D, Savage4 -device sisdrm # SiS 300/305, 540, 630 -device tdfxdrm # 3dfx Voodoo 3/4/5 and Banshee -device viadrm # VIA -options DRM_DEBUG # Include debug printfs (slow) - # # Network interfaces: #