Module Name: src
Committed By: njoly
Date: Tue Sep 28 12:39:50 UTC 2010
Modified Files:
src/share/man/man4: agp.4
Log Message:
Fix comments indentation.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/share/man/man4/agp.4:1.13
--- src/share/man/man4/agp.4:1.12 Wed Apr 30 13:10:53 2008
+++ src/share/man/man4/agp.4 Tue Sep 28 12:39:50 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: agp.4,v 1.12 2008/04/30 13:10:53 martin Exp $
+.\" $NetBSD: agp.4,v 1.13 2010/09/28 12:39:50 njoly Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -82,8 +82,8 @@
.Bd -literal
typedef struct _agp_info {
agp_version version; /* version of the driver */
- uint32_t bridge_id; /* bridge vendor/device */
- uint32_t agp_mode; /* mode info of bridge */
+ uint32_t bridge_id; /* bridge vendor/device */
+ uint32_t agp_mode; /* mode info of bridge */
off_t aper_base; /* base of aperture */
size_t aper_size; /* size of aperture */
size_t pg_total; /* max pages (swap + system) */
@@ -101,7 +101,7 @@
structure as defined in \*[Lt]sys/agpio.h\*[Gt]:
.Bd -literal
typedef struct _agp_setup {
- uint32_t agp_mode; /* mode info of bridge */
+ uint32_t agp_mode; /* mode info of bridge */
} agp_setup;
.Ed
.It Dv AGPIOC_ALLOCATE
@@ -112,7 +112,7 @@
typedef struct _agp_allocate {
int key; /* tag of allocation */
size_t pg_count; /* number of pages */
- uint32_t type; /* 0 == normal, other devspec */
+ uint32_t type; /* 0 == normal, other devspec */
paddr_t physical; /* device specific (some devices
* need a phys address of the
* actual page behind the gatt
@@ -138,7 +138,7 @@
.Bd -literal
typedef struct _agp_unbind {
int key; /* tag of allocation */
- uint32_t priority; /* priority for paging out */
+ uint32_t priority; /* priority for paging out */
} agp_unbind;
.Ed
.El