1.\" $NetBSD: mvsata.4,v 1.3 2009/08/11 19:03:29 snj Exp $ 2.\" 3.\" Copyright (c) 2009 KIYOHARA Takashi 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 16.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 17.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 18.\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 19.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 20.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 21.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 23.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 24.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25.\" POSSIBILITY OF SUCH DAMAGE. 26.\" 27.Dd July 19, 2009 28.Dt MVSATA 4 29.Os 30.Sh NAME 31.Nm mvsata 32.Nd Marvell Hercules-I and Hercules-II SATA controllers driver 33.Sh SYNOPSIS 34.Cd "mvsata* at pci? dev ? function ?" 35.Sh DESCRIPTION 36The 37.Nm 38driver supports the Marvell Hercules-I and Hercules-II family of SATA 39controllers, interfacing the hardware with the 40.Xr ata 4 41and 42.Xr atapi 4 43subsystems. 44.Pp 45The following controllers are supported by the 46.Nm 47driver: 48.Pp 49.Bl -tag -width Ds -offset indent -compact 50.It Adaptec RAID 1420SA 51.It Adaptec RAID 1430SA 52.It Marvell 88SX50xx Hercules-I 53.It Marvell 88SX60xx Hercules-II 54.It Marvell 88SX70xx Hercules-II 55.It Triones Technologies RocketRAID 2310 RAID card 56.El 57.Pp 58The 88SX60xx and later support Native Command Queuing. 59The 88SX70xx also supports ATAPI. 60.Sh SEE ALSO 61.Xr ata 4 , 62.Xr atapi 4 , 63.Xr pci 4 , 64.Xr wd 4 65.Sh HISTORY 66The 67.Nm 68driver first appeared in 69.Nx 6.0 . 70.Sh AUTHORS 71The 72.Nm 73driver was written by 74.An KIYOHARA Takashi Aq kiyohara@kk.iij4u.or.jp . 75.Sh BUGS 76.Bl -tag -width Ds -compact 77.It SATA Native Command Queuing is not yet supported . 78.It Device hot swapping is not yet supported . 79.It ATAPI is not yet tested . 80.It Marvell's Software RAID is not yet supported by the 81.Xr ataraid 4 82driver. 83.Xr raid 4 84can be used instead. 85.El 86