1.\" $OpenBSD: aic.4,v 1.7 2010/07/03 03:59:16 krw Exp $ 2.\" $NetBSD: aic.4,v 1.5 1998/06/07 09:08:45 enami Exp $ 3.\" 4.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved. 5.\" Copyright (c) 1994 James A. Jegers 6.\" All rights reserved. 7.\" 8.\" Redistribution and use in source and binary forms, with or without 9.\" modification, are permitted provided that the following conditions 10.\" are met: 11.\" 1. Redistributions of source code must retain the above copyright 12.\" notice, this list of conditions and the following disclaimer. 13.\" 2. The name of the author may not be used to endorse or promote products 14.\" derived from this software without specific prior written permission 15.\" 16.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 17.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 18.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" 27.\" 28.Dd $Mdocdate: July 3 2010 $ 29.Dt AIC 4 30.Os 31.Sh NAME 32.Nm aic 33.Nd Adaptec AIC-6260 and AIC-6360 SCSI interface 34.Sh SYNOPSIS 35.Cd "aic0 at isa? port 0x340 irq 11" 36.Cd "aic* at isapnp?" 37.Cd "aic* at pcmcia?" 38.Cd "scsibus* at aic?" 39.Sh DESCRIPTION 40The 41.Nm 42driver provides support for the 43.Tn Adaptec 44AIC-6260 and AIC-6360 45.Tn SCSI 46controller chips. 47.Pp 48The 49.Tn ISA 50attachment of the 51.Nm 52driver supports the 53.Tn Adaptec 54152x, the 55.Tn "Creative Labs" 56SoundBlaster 57.Tn SCSI 58host adapter, and compatibles. 59Many 60.Tn ISA 61cards that use this chip do not have boot ROMs, and therefore cannot 62be used to connect the boot device. 63.Pp 64The 65.Tn "ISA Plug-and-Play" 66attachment of the 67.Nm 68driver supports the 69.Tn Adaptec 70AHA-1520B host adapter. 71.Pp 72The 73.Tn PCMCIA 74attachment of the 75.Nm 76driver supports the 77.Tn Adaptec 78APA-14[56]0. 79These 80.Tn SCSI 81host adapters do not include boot ROMs and therefore cannot be used 82to connect the boot device. 83.Sh SEE ALSO 84.Xr cd 4 , 85.Xr ch 4 , 86.Xr intro 4 , 87.Xr isa 4 , 88.Xr isapnp 4 , 89.Xr pcmcia 4 , 90.Xr scsi 4 , 91.Xr sd 4 , 92.Xr st 4 , 93.Xr uk 4 94