diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-10-15 01:41:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-10-15 01:41:47 +0000 |
commit | 0df8f5346f303fcf697fd6075b0f15bd99e9cac6 (patch) | |
tree | 032a244e45ad678ec50877894c988be083f09698 /share | |
parent | 404151a9d4628a4c3138509f976e2766d48fe320 (diff) |
Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,
400 and 4300. Limited to PIO mode only for now, until the DMA controller is
tamed. Heavily based upon the MI aic(4) driver.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.aviion/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.aviion/oaic.4 | 53 |
2 files changed, 55 insertions, 2 deletions
diff --git a/share/man/man4/man4.aviion/Makefile b/share/man/man4/man4.aviion/Makefile index 39c06a655f0..a7a1562b95f 100644 --- a/share/man/man4/man4.aviion/Makefile +++ b/share/man/man4/man4.aviion/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2006/05/09 21:17:13 miod Exp $ +# $OpenBSD: Makefile,v 1.2 2013/10/15 01:41:44 miod Exp $ # TODO: clock dart nvram syscon vme -MAN= autoconf.4 intro.4 le.4 mem.4 +MAN= autoconf.4 intro.4 le.4 mem.4 oaic.4 MANSUBDIR=aviion MLINKS+= mem.4 kmem.4 diff --git a/share/man/man4/man4.aviion/oaic.4 b/share/man/man4/man4.aviion/oaic.4 new file mode 100644 index 00000000000..363577cd4b2 --- /dev/null +++ b/share/man/man4/man4.aviion/oaic.4 @@ -0,0 +1,53 @@ +.\" $OpenBSD: oaic.4,v 1.1 2013/10/15 01:41:45 miod Exp $ +.\" OpenBSD: aic.4,v 1.8 2012/08/14 01:08:19 dlg Exp +.\" $NetBSD: aic.4,v 1.5 1998/06/07 09:08:45 enami Exp $ +.\" +.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved. +.\" Copyright (c) 1994 James A. Jegers +.\" 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. 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. +.\" +.\" +.Dd $Mdocdate: October 15 2013 $ +.Dt OAIC 4 aviion +.Os +.Sh NAME +.Nm oaic +.Nd Adaptec AIC-6250 SCSI interface +.Sh SYNOPSIS +.Cd "oaic0 at syscon? offset 0x8a000" +.Sh DESCRIPTION +The +.Nm +driver provides support for the +.Tn Adaptec +AIC-6250 +.Tn SCSI +controller chips. +.Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , +.Xr intro 4 , +.Xr scsi 4 , +.Xr sd 4 , +.Xr st 4 , +.\" .Xr syscon 4 , +.Xr uk 4 |