Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 define GART



details:   https://anonhg.NetBSD.org/src/rev/84326d5d61db
branches:  trunk
changeset: 522520:84326d5d61db
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Wed Feb 20 20:28:18 2002 +0000

description:
define GART

diffstat:

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

diffs (22 lines):

diff -r a33a7757d961 -r 84326d5d61db share/man/man4/agp.4
--- a/share/man/man4/agp.4      Wed Feb 20 18:52:23 2002 +0000
+++ b/share/man/man4/agp.4      Wed Feb 20 20:28:18 2002 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: agp.4,v 1.8 2002/02/13 08:17:30 ross Exp $
+.\"     $NetBSD: agp.4,v 1.9 2002/02/20 20:28:18 gmcgarry Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -51,7 +51,11 @@
 .Pp
 The AGP chipset is positioned between the PCI-Host bridge and the
 graphics accelerator to provide a high-performance dedicated graphics
-bus.  The specification currently supports a peak bandwidth of 528 MB/s.
+bus for moving large amounts of data directly from host memory to the
+graphics accelerator.  The specification currently supports a peak
+bandwidth of 528 MB/s.  AGP uses a Graphics Address Remapping Table
+(GART) to provide a physically-contiguous view of scattered pages in
+host memory for DMA transfers.
 .Pp
 The
 .Nm



Home | Main Index | Thread Index | Old Index