Module Name:    src
Committed By:   wiz
Date:           Tue May 12 08:16:46 UTC 2009

Modified Files:
        src/share/man/man4: drm.4

Log Message:
Describe DRM_NO_AGP and mention that it may be useful instead
of agp(4) for some drivers. Bump date. Per source-changes-d discussion.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/drm.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/drm.4
diff -u src/share/man/man4/drm.4:1.6 src/share/man/man4/drm.4:1.7
--- src/share/man/man4/drm.4:1.6	Sat May  9 14:45:29 2009
+++ src/share/man/man4/drm.4	Tue May 12 08:16:46 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: drm.4,v 1.6 2009/05/09 14:45:29 wiz Exp $
+.\"	$NetBSD: drm.4,v 1.7 2009/05/12 08:16:46 wiz Exp $
 .\"
 .\" Copyright (c) 2007 Thomas Klausner
 .\" All rights reserved.
@@ -23,7 +23,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 9, 2009
+.Dd May 12, 2009
 .Dt DRM 4
 .Os
 .Sh NAME
@@ -41,6 +41,7 @@
 .Cd viadrm*        at vga?
 .Pp
 .Cd options        DRM_DEBUG
+.Cd options        DRM_NO_AGP
 .Sh DESCRIPTION
 The
 .Tn Direct Rendering Manager
@@ -75,7 +76,10 @@
 .El
 .Pp
 To make use of the driver, the kernel must include
-.Xr agp 4 ,
+.Xr agp 4
+(for some drivers, using
+.Cd options        DRM_NO_AGP
+instead may be sufficient),
 .Xr X 7
 must be compiled with DRI support, Mesa DRI drivers must be installed,
 the appropriate

Reply via email to