Module Name: src
Committed By: wiz
Date: Sat May 9 14:45:29 UTC 2009
Modified Files:
src/share/man/man4: drm.4
Log Message:
Document that drm(4) needs agp(4). Bump date.
(joerg said so, and compilation fails without.)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/share/man/man4/drm.4:1.6
--- src/share/man/man4/drm.4:1.5 Thu Mar 26 17:32:24 2009
+++ src/share/man/man4/drm.4 Sat May 9 14:45:29 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: drm.4,v 1.5 2009/03/26 17:32:24 joerg Exp $
+.\" $NetBSD: drm.4,v 1.6 2009/05/09 14:45:29 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 March 28, 2007
+.Dd May 9, 2009
.Dt DRM 4
.Os
.Sh NAME
@@ -74,7 +74,8 @@
VIA
.El
.Pp
-To make use of the driver,
+To make use of the driver, the kernel must include
+.Xr agp 4 ,
.Xr X 7
must be compiled with DRI support, Mesa DRI drivers must be installed,
the appropriate
@@ -132,6 +133,7 @@
.Ar hw.dri.card1 ,
etc.
.Sh SEE ALSO
+.Xr agp 4 ,
.Xr X 7
.Sh HISTORY
DRM was first available for Linux.