diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-10-07 16:26:58 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-10-07 16:26:58 +0000 |
commit | c229f295bf720645ceca3a16d3628f49ee9f5b96 (patch) | |
tree | 6ea82a9193300de4d0f275e7c3bb45ac1a45e697 /share | |
parent | bd340f2d5a167e3bd93f674f13302a14934f2bf5 (diff) |
mention amdpcib(4) and glxpcib(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/isa.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/isa.4 b/share/man/man4/isa.4 index 5872c53469d..749a8faa9dc 100644 --- a/share/man/man4/isa.4 +++ b/share/man/man4/isa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isa.4,v 1.52 2007/08/01 21:23:26 miod Exp $ +.\" $OpenBSD: isa.4,v 1.53 2007/10/07 16:26:57 mbalmer Exp $ .\" $NetBSD: isa.4,v 1.19 2000/03/18 16:54:37 augustss Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 1 2007 $ +.Dd $Mdocdate: October 7 2007 $ .Dt ISA 4 .Os .Sh NAME @@ -39,11 +39,13 @@ .Nd introduction to ISA bus support .Sh SYNOPSIS .Cd "# amd64 and i386" +.Cd "isa* at amdpcib?" .Cd "isa0 at mainbus0" .Cd "isa0 at pcib?" .Pp .Cd "# i386" .Cd "isa0 at ichpcib?" +.Cd "isa* at glxpcib?" .Cd "isa0 at gscpcib?" .Cd "isa* at piixpcib?" .Pp |