diff options
-rw-r--r-- | share/man/man4/man4.macppc/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/mediabay.4 | 49 |
2 files changed, 51 insertions, 2 deletions
diff --git a/share/man/man4/man4.macppc/Makefile b/share/man/man4/man4.macppc/Makefile index 29ec9d8a171..db3cee82f68 100644 --- a/share/man/man4/man4.macppc/Makefile +++ b/share/man/man4/man4.macppc/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2004/01/12 03:40:08 drahn Exp $ +# $OpenBSD: Makefile,v 1.8 2004/05/10 21:30:16 drahn Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ MAN= abtn.4 adb.4 aed.4 akbd.4 ams.4 apm.4 autoconf.4 awacs.4 bm.4 \ - intro.4 kauaiata.4 ki2c.4 mem.4 macobio.4 snapper.4 zs.4 + intro.4 kauaiata.4 ki2c.4 mediabay.4 mem.4 macobio.4 snapper.4 zs.4 MLINKS= mem.4 kmem.4 MLINKS+= zs.4 zsc.4 zs.4 zstty.4 diff --git a/share/man/man4/man4.macppc/mediabay.4 b/share/man/man4/man4.macppc/mediabay.4 new file mode 100644 index 00000000000..553ce607694 --- /dev/null +++ b/share/man/man4/man4.macppc/mediabay.4 @@ -0,0 +1,49 @@ +.\" $OpenBSD: mediabay.4,v 1.1 2004/05/10 21:30:16 drahn Exp $ +.\" +.\" Copyright (c) 2003 Dale Rahn. +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (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 June 11, 2003 +.Dt MEDIABAY 4 macppc +.Os +.Sh NAME +.Nm mediabay +.Nd ATA33 HD controller on macobio +.Sh SYNOPSIS +.Cd "mediabay* at macobio?" +.Sh DESCRIPTION +The +.Nm +device allows attachment of +.Xr wdc 4 +to the removeable CD on the pismo powerbook machines. +.Sh SEE ALSO +.Xr wdc 4 +.Sh HISTORY +The +.Nm +first appeared in +.Ox 3.6 . +It existed previously in +.Nx . |