Module Name:    src
Committed By:   jym
Date:           Sat Oct  2 22:49:06 UTC 2010

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

Log Message:
Update agp(4) to reflect the agp_allocate modification.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/agp.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/agp.4
diff -u src/share/man/man4/agp.4:1.13 src/share/man/man4/agp.4:1.14
--- src/share/man/man4/agp.4:1.13	Tue Sep 28 12:39:50 2010
+++ src/share/man/man4/agp.4	Sat Oct  2 22:49:06 2010
@@ -1,4 +1,4 @@
-.\"     $NetBSD: agp.4,v 1.13 2010/09/28 12:39:50 njoly Exp $
+.\"     $NetBSD: agp.4,v 1.14 2010/10/02 22:49:06 jym Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -113,7 +113,7 @@
         int key;                /* tag of allocation            */
         size_t pg_count;        /* number of pages              */
         uint32_t type;          /* 0 == normal, other devspec   */
-        paddr_t physical;       /* device specific (some devices
+        uint32_t physical;      /* device specific (some devices
                                  * need a phys address of the
                                  * actual page behind the gatt
                                  * table)                       */

Reply via email to