Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Update agp(4) to reflect the agp_allocate mod...



details:   https://anonhg.NetBSD.org/src/rev/b484d8b3cdd1
branches:  trunk
changeset: 757906:b484d8b3cdd1
user:      jym <jym%NetBSD.org@localhost>
date:      Sat Oct 02 22:49:06 2010 +0000

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

diffstat:

 share/man/man4/agp.4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a90a0e72763f -r b484d8b3cdd1 share/man/man4/agp.4
--- a/share/man/man4/agp.4      Sat Oct 02 21:52:14 2010 +0000
+++ b/share/man/man4/agp.4      Sat Oct 02 22:49:06 2010 +0000
@@ -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)                       */



Home | Main Index | Thread Index | Old Index