diff options
-rw-r--r-- | share/man/man4/options.4 | 12 | ||||
-rw-r--r-- | share/man/man4/vga.4 | 10 |
2 files changed, 20 insertions, 2 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 9763045660b..dbab8275458 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.105 2002/07/10 18:30:22 danh Exp $ +.\" $OpenBSD: options.4,v 1.106 2002/07/12 21:44:48 mickey Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -652,6 +652,16 @@ server on some architectures. See .Xr pci 4 for details. +.It Cd option PCIAGP +Enables +.Xr ioctl 2 +access to the AGP GART on the supported chipsets. +It's used by the +.Xr XFree86 1 +server on some architectures. +See +.Xr vga 4 +for details. .El .Ss Networking Options .Bl -ohang diff --git a/share/man/man4/vga.4 b/share/man/man4/vga.4 index a5f179fa95d..b3a16d64514 100644 --- a/share/man/man4/vga.4 +++ b/share/man/man4/vga.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vga.4,v 1.4 2002/06/30 21:45:25 deraadt Exp $ +.\" $OpenBSD: vga.4,v 1.5 2002/07/12 21:44:48 mickey Exp $ .\" $NetBSD: vga.4,v 1.2.4.1 2000/08/09 07:48:40 drochner Exp $ .\" .Dd March 20, 1999 @@ -11,6 +11,7 @@ .Cd "vga0 at isa?" .Cd "vga* at pci?" .Cd "wsdisplay* at vga? console ?" +.Cd "option PCIAGP" .Sh DESCRIPTION This driver handles VGA graphics hardware within the .Xr wscons 4 @@ -92,6 +93,13 @@ This is only useful with the .Dq *bf screen types; a font containing the ASCII range of characters must be available too on this screen. +.Pp +.Em option PCIAGP +enables support for the AGP GART programming through the +.Xr ioctl 2 , +for use by the +.Xr XFree86 1 +on some architectures. .Sh SEE ALSO .Xr isa 4 , .Xr pcdisplay 4 , |