diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-14 13:56:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-14 13:56:17 +0000 |
commit | 7da6aa089a842169e1623fed62bf54b31001f721 (patch) | |
tree | 0c96b766169de3e33a5fb4a99d3c2a22e4e57f2c | |
parent | d2139f3aa4aaf1e5e623c255a4683b5d17712722 (diff) |
list macobio devices in the body of the page, rather than SEE ALSO;
some .Nd sync;
ok miod
-rw-r--r-- | share/man/man4/man4.macppc/intro.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/macobio.4 | 46 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/mediabay.4 | 4 |
3 files changed, 37 insertions, 17 deletions
diff --git a/share/man/man4/man4.macppc/intro.4 b/share/man/man4/man4.macppc/intro.4 index fae79896913..ba3013870a1 100644 --- a/share/man/man4/man4.macppc/intro.4 +++ b/share/man/man4/man4.macppc/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.44 2006/09/08 09:45:41 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.45 2006/09/14 13:56:16 jmc Exp $ .\" .\" Copyright (c) 2001 Peter Valchev. .\" All rights reserved. @@ -97,6 +97,8 @@ The following busses and controllers list these devices: introduction to Apple Desktop Bus support .It Xr cardbus 4 introduction to CardBus support +.It Xr macobio 4 +introduction to Apple PowerPC onboard I/O bus support .It Xr pci 4 introduction to PCI bus support .It Xr pcmcia 4 diff --git a/share/man/man4/man4.macppc/macobio.4 b/share/man/man4/man4.macppc/macobio.4 index fcbff889ca2..fa35e5d1a76 100644 --- a/share/man/man4/man4.macppc/macobio.4 +++ b/share/man/man4/man4.macppc/macobio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: macobio.4,v 1.6 2005/11/20 04:37:34 brad Exp $ +.\" $OpenBSD: macobio.4,v 1.7 2006/09/14 13:56:16 jmc Exp $ .\" .\" Copyright (c) 2003 Dale Rahn. .\" All rights reserved. @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm macobio -.Nd Apple PowerPC onboard I/O bus bridge +.Nd introduction to Apple PowerPC onboard I/O bus support .Sh SYNOPSIS .Cd "macobio0* at pci?" .Sh DESCRIPTION @@ -38,20 +38,38 @@ The device serves as a bridge to many of the onboard devices; it supports the Heathrow, Intrepid, K2, Keylargo, OHare, Paddington, Pangea, and Shasta modules. +.Pp +.Ox +provides support for the following devices: +.Pp +.Bl -tag -width 12n -offset indent -compact +.It Xr aoa 4 +Apple aoa audio device +.It Xr awacs 4 +Apple awacs audio device +.It Xr bm 4 +Apple BMAC Ethernet device +.It Xr daca 4 +Apple daca audio device +.It Xr mediabay 4 +ATA33 HD controller +.It Xr onyx 4 +Apple onyx audio device +.It Xr snapper 4 +Apple snapper audio device +.It Xr tumbler 4 +Apple tumbler audio device +.It Xr wdc 4 +WD100x compatible hard disk controller driver +.It Xr wi 4 +WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b wireless network device +.It Xr zsc 4 +Zilog 8530 (ZSCC) serial communications driver +.El .Sh SEE ALSO .Xr adb 4 , -.Xr aoa 4 , -.Xr awacs 4 , -.Xr bm 4 , -.Xr daca 4 , -.Xr ki2c 4 , -.Xr mediabay 4 , -.Xr onyx 4 , -.Xr snapper 4 , -.Xr tumbler 4 , -.Xr wdc 4 , -.Xr wi 4 , -.Xr zsc 4 +.Xr intro 4 , +.Xr ki2c 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.macppc/mediabay.4 b/share/man/man4/man4.macppc/mediabay.4 index bf8e7b552e6..a5aaedf20c5 100644 --- a/share/man/man4/man4.macppc/mediabay.4 +++ b/share/man/man4/man4.macppc/mediabay.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mediabay.4,v 1.2 2005/02/21 11:29:35 jmc Exp $ +.\" $OpenBSD: mediabay.4,v 1.3 2006/09/14 13:56:16 jmc Exp $ .\" .\" Copyright (c) 2003 Dale Rahn. .\" All rights reserved. @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm mediabay -.Nd ATA33 HD controller on macobio +.Nd ATA33 HD controller .Sh SYNOPSIS .Cd "mediabay* at macobio?" .Sh DESCRIPTION |