svn commit: r344304 - in head/sys: amd64/conf i386/conf
Warner Losh
imp at FreeBSD.org
Tue Feb 19 21:20:51 UTC 2019
Author: imp
Date: Tue Feb 19 21:20:50 2019
New Revision: 344304
URL: https://svnweb.freebsd.org/changeset/base/344304
Log:
Remove drm from LINT kernels
drm was accidentally left in the LINT kernels.
Pointy hat to: imp
Modified:
head/sys/amd64/conf/NOTES
head/sys/i386/conf/NOTES
Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES Tue Feb 19 20:26:03 2019 (r344303)
+++ head/sys/amd64/conf/NOTES Tue Feb 19 21:20:50 2019 (r344304)
@@ -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:
#
Modified: head/sys/i386/conf/NOTES
==============================================================================
--- head/sys/i386/conf/NOTES Tue Feb 19 20:26:03 2019 (r344303)
+++ head/sys/i386/conf/NOTES Tue Feb 19 21:20:50 2019 (r344304)
@@ -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:
#
More information about the svn-src-all
mailing list