summaryrefslogtreecommitdiff
path: root/static/openbsd/man4/man4.landisk/obio.4
diff options
context:
space:
mode:
Diffstat (limited to 'static/openbsd/man4/man4.landisk/obio.4')
-rw-r--r--static/openbsd/man4/man4.landisk/obio.468
1 files changed, 68 insertions, 0 deletions
diff --git a/static/openbsd/man4/man4.landisk/obio.4 b/static/openbsd/man4/man4.landisk/obio.4
new file mode 100644
index 00000000..930d1379
--- /dev/null
+++ b/static/openbsd/man4/man4.landisk/obio.4
@@ -0,0 +1,68 @@
+.\"
+.\" Copyright (c) 1997 Colin Wood
+.\" 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.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by Colin Wood
+.\" for the NetBSD Project.
+.\" 4. The name of the author may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission
+.\"
+.\" 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.
+.\"
+.\" $OpenBSD: obio.4,v 1.5 2007/05/31 19:19:55 jmc Exp $
+.\" $NetBSD: obio.4,v 1.1 1997/07/18 02:13:40 ender Exp $
+.\"
+.Dd $Mdocdate: May 31 2007 $
+.Dt OBIO 4 landisk
+.Os
+.Sh NAME
+.Nm obio
+.Nd landisk onboard I/O bus device
+.Sh SYNOPSIS
+.Cd "obio0 at mainbus?"
+.Sh DESCRIPTION
+The
+.Nm
+interface serves as an abstraction used by the autoconfiguration
+system to help find and attach devices
+.Pq e.g. the disk controllers
+connected to the
+.Tn landisk
+onboard I/O bus.
+.Pp
+.Ox
+provides support for the following devices:
+.Pp
+.Bl -tag -width 12n -offset indent -compact
+.It Xr power 4
+power switch
+.It Xr wdc 4
+WD100x compatible hard disk controller driver
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr mainbus 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.1 .