1.\" $NetBSD: siisata.4,v 1.8 2021/03/30 15:29:43 rin Exp $ 2.\" 3.\" Copyright (c) 2007, 2008 Jonathan A. Kollasch. All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright 9.\" notice, this list of conditions and the following disclaimer. 10.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" notice, this list of conditions and the following disclaimer in the 12.\" documentation and/or other materials provided with the distribution. 13.\" 14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 15.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 22.\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24.\" 25.Dd October 7, 2017 26.Dt SIISATA 4 27.Os 28.Sh NAME 29.Nm siisata 30.Nd Silicon Image SATA-II controllers driver 31.Sh SYNOPSIS 32.Cd "siisata* at pci? dev ? function ?" 33.Cd "siisata* at cardbus? function ?" 34.Sh DESCRIPTION 35The 36.Nm 37driver supports the Silicon Image SteelVine family of SATA-II controllers, 38interfacing the hardware with the 39.Xr ata 4 40and 41.Xr atapi 4 42subsystems. 43.Pp 44The following controllers are supported by the 45.Nm 46driver: 47.Pp 48.Bl -tag -width Ds -offset indent -compact 49.It Silicon Image SiI3124 4-port PCI/PCI-X 50.It Silicon Image SiI3132 2-port PCI-Express x1 51.It Adaptec 1220SA (SiI3132 chip) 52.It Silicon Image SiI3531 1-port PCI-Express x1 53.El 54.Sh SEE ALSO 55.Xr ata 4 , 56.Xr atapi 4 , 57.Xr cardbus 4 , 58.Xr pci 4 , 59.Xr wd 4 60.Sh HISTORY 61The 62.Nm 63driver first appeared in 64.Nx 5.0 . 65NCQ support was added in 66.Nx 67on October 7, 2017. 68.Sh AUTHORS 69The 70.Nm 71driver was written by 72.An Jonathan A. Kollasch Aq Mt jakllsch@kollasch.net . 73NCQ support was added by him, and 74.An Jaromir Dolecek Aq Mt jdolecek@NetBSD.org . 75.Sh BUGS 76Device hot swapping is not yet supported. 77.Pp 78Silicon Image's Software RAID is not yet supported by the 79.Xr ataraid 4 80driver. 81.Xr raid 4 82can be used instead. 83