diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2001-06-23 15:37:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2001-06-23 15:37:41 +0000 |
commit | aae9be7cbeb3fb109aba5776732ed6dc8f14a2ec (patch) | |
tree | 7488f29e451935dab5b6863af7b6ed3eecfe8ec1 /share/man/man4/options.4 | |
parent | dad031a0efc58d4f33ae94a54363676cc2bbec27 (diff) |
document USER_PCICONF in options(4) and xref it in pci(4)
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 6fc85d5abde..37e5db4e62b 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.67 2001/05/30 02:14:03 deraadt Exp $ +.\" $OpenBSD: options.4,v 1.68 2001/06/23 15:37:39 matthieu Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -634,6 +634,16 @@ See and .Xr sysctl 3 for details. +.It Cd option USER_PCICONF +Enables the user level acces to the PCI bus configuration space +through ioctls on the +.Pa /dev/pci +device. It's used by the +.Xr XFree86 1 +server on some architectures. +See +.Xr pci 4 +for details. .El .Ss Networking Options .Bl -ohang @@ -963,6 +973,7 @@ and/or .Xr iso 4 , .Xr lkm 4 , .Xr ns 4 , +.Xr pci 4 , .Xr xf86 4 , .Xr apm 8 , .Xr apmd 8 , |