diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-03-31 13:28:22 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-03-31 13:28:22 +0000 |
commit | 5637acc2a0d1582123ec5f8211f8514e72ff6315 (patch) | |
tree | 3fa2ab94a036518f22da4d1112f7ba826ecde548 /share | |
parent | f59d640f8fc9517b3b8b9ee9bb2b54a6825431c6 (diff) |
Simple pcib(4) man page.
Help and ok miod@ jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/isa.4 | 3 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 3 | ||||
-rw-r--r-- | share/man/man4/pcib.4 | 37 |
4 files changed, 43 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index ffd72d40495..0c54cef655b 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.256 2004/03/12 00:04:51 miod Exp $ +# $OpenBSD: Makefile,v 1.257 2004/03/31 13:28:21 grange Exp $ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 \ aic.4 amdpm.4 ami.4 amphy.4 an.4 aria.4 ast.4 atalk.4 \ @@ -19,7 +19,7 @@ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 \ mii.4 mpt.4 mpu.4 mtd.4 mtdphy.4 mtio.4 ncr.4 ne.4 neo.4 \ netintro.4 nge.4 noct.4 nofn.4 ns.4 nsclpcsio.4 nsgphy.4 \ nsip.4 nsphy.4 nsphyter.4 null.4 ohci.4 opl.4 options.4 \ - oosiop.4 osiop.4 pcdisplay.4 pchb.4 pci.4 pciide.4 pckbc.4 \ + oosiop.4 osiop.4 pcdisplay.4 pchb.4 pci.4 pcib.4 pciide.4 pckbc.4 \ pckbd.4 pcmcia.4 pcppi.4 pcscp.4 pf.4 pflog.4 pfsync.4 \ pms.4 ppb.4 ppp.4 pty.4 puc.4 qsphy.4 radio.4 raid.4 \ random.4 ray.4 rd.4 rl.4 rln.4 rlphy.4 route.4 rt.4 \ diff --git a/share/man/man4/isa.4 b/share/man/man4/isa.4 index ad07fa6cba5..13e4a42c6de 100644 --- a/share/man/man4/isa.4 +++ b/share/man/man4/isa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isa.4,v 1.27 2004/02/07 20:08:53 miod Exp $ +.\" $OpenBSD: isa.4,v 1.28 2004/03/31 13:28:21 grange Exp $ .\" $NetBSD: isa.4,v 1.19 2000/03/18 16:54:37 augustss Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -287,6 +287,7 @@ These are listed in .Xr ne 4 , .\" no manpage .Xr pas 4 , .Xr pci 4 , +.Xr pcib 4 , .Xr pcic 4 , .Xr pcmcia 4 , .Xr pss 4 , diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index b2cc59552bd..017ebf0aba2 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.87 2004/03/18 20:41:11 grange Exp $ +.\" $OpenBSD: pci.4,v 1.88 2004/03/31 13:28:21 grange Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -509,6 +509,7 @@ driver. .Xr ohci 4 , .Xr options 4 , .Xr pchb 4 , +.Xr pcib 4 , .Xr pcic 4 , .Xr pcmcia 4 , .Xr pcscp 4 , diff --git a/share/man/man4/pcib.4 b/share/man/man4/pcib.4 new file mode 100644 index 00000000000..4ef72f48894 --- /dev/null +++ b/share/man/man4/pcib.4 @@ -0,0 +1,37 @@ +.\" $OpenBSD: pcib.4,v 1.1 2004/03/31 13:28:21 grange Exp $ +.\" +.\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd March 31, 2004 +.Dt PCIB 4 +.Os +.Sh NAME +.Nm pcib +.Nd PCI-ISA bridge +.Sh SYNOPSIS +.Cd "pcib* at pci? dev ? function ?" +.Cd "isa* at pcib?" +.Sh DESCRIPTION +The +.Nm +driver supports generic +.Tn PCI Ns \- Ns Tn ISA +bridges. +These devices are largely transparent and provide no user accessible +entry points. +.Sh SEE ALSO +.Xr intro 4 , +.Xr isa 4 , +.Xr pci 4 |