Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 update to note NCQ support
details: https://anonhg.NetBSD.org/src/rev/0dfbda57cad5
branches: trunk
changeset: 356656:0dfbda57cad5
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat Oct 07 17:35:48 2017 +0000
description:
update to note NCQ support
diffstat:
share/man/man4/ahcisata.4 | 12 ++++++---
share/man/man4/mvsata.4 | 62 ++++++++++++++++++++++++++++++++++++----------
share/man/man4/siisata.4 | 10 +++++--
3 files changed, 63 insertions(+), 21 deletions(-)
diffs (167 lines):
diff -r 11c7986e06fe -r 0dfbda57cad5 share/man/man4/ahcisata.4
--- a/share/man/man4/ahcisata.4 Sat Oct 07 17:15:44 2017 +0000
+++ b/share/man/man4/ahcisata.4 Sat Oct 07 17:35:48 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ahcisata.4,v 1.6 2011/03/18 08:26:19 jruoho Exp $
+.\" $NetBSD: ahcisata.4,v 1.7 2017/10/07 17:35:48 jdolecek Exp $
.\"
.\" Copyright (c) 2006 Manuel Bouyer.
.\"
@@ -22,7 +22,7 @@
.\" 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 March 18, 2011
+.Dd October 7, 2017
.Dt AHCISATA 4
.Os
.Sh NAME
@@ -61,5 +61,9 @@
.%D June 26, 2008
.%U http://download.intel.com/technology/serialata/pdf/rev1_3.pdf
.Re
-.Sh BUGS
-Native Command Queuing is not yet supported.
+.Sh HISTORY
+NCQ support was added
+in
+.Nx
+on October 7, 2017 by
+.An Jaromir Dolecek Aq Mt jdolecek%NetBSD.org@localhost .
diff -r 11c7986e06fe -r 0dfbda57cad5 share/man/man4/mvsata.4
--- a/share/man/man4/mvsata.4 Sat Oct 07 17:15:44 2017 +0000
+++ b/share/man/man4/mvsata.4 Sat Oct 07 17:35:48 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mvsata.4,v 1.5 2014/03/18 18:20:39 riastradh Exp $
+.\" $NetBSD: mvsata.4,v 1.6 2017/10/07 17:35:48 jdolecek Exp $
.\"
.\" Copyright (c) 2009 KIYOHARA Takashi
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd July 19, 2009
+.Dd October 7, 2017
.Dt MVSATA 4
.Os
.Sh NAME
@@ -46,17 +46,47 @@
.Nm
driver:
.Pp
-.Bl -tag -width Ds -offset indent -compact
-.It Adaptec RAID 1420SA
-.It Adaptec RAID 1430SA
-.It Marvell 88SX50xx Hercules-I
-.It Marvell 88SX60xx Hercules-II
-.It Marvell 88SX70xx Hercules-II
-.It Triones Technologies RocketRAID 2310 RAID card
+.Bl -tag -width "Gen IIe" -offset "xxxx" -compact
+.It Gen I
+.Bl -bullet -compact
+.It
+SATA 1.5Gbps; no support for NCQ, PMP, ATAPI
+.It
+Supported controllers:
+.Bl -bullet -compact
+.It
+Marvell 88SX50xx Hercules-I
+.El
.El
-.Pp
-The 88SX60xx and later support Native Command Queuing.
-The 88SX70xx also supports ATAPI.
+.It Gen II
+.Bl -bullet -compact
+.It
+SATA 3Gbps, NCQ, and PMP support; no ATAPI support
+.It
+Supported controllers:
+.Bl -bullet -compact
+.It
+Adaptec RAID 1420SA
+.It
+Marvell 88SX60xx Hercules-II
+.El
+.El
+.It Gen IIe
+.Bl -bullet -compact
+.It
+SATA 3Gbps, NCQ, PMP, ATAPI support
+.It
+Supported controllers:
+.Bl -bullet -compact
+.It
+Adaptec RAID 1430SA
+.It
+Marvell 88SX70xx Hercules-II
+.It
+Triones Technologies RocketRAID 2310 RAID card
+.El
+.El
+.El
.Sh SEE ALSO
.Xr ata 4 ,
.Xr atapi 4 ,
@@ -67,16 +97,20 @@
.Nm
driver first appeared in
.Nx 6.0 .
+NCQ support was added, and ATAPI support enabled, in
+.Nx
+on October 7, 2017 .
.Sh AUTHORS
The
.Nm
driver was written by
.An KIYOHARA Takashi Aq Mt kiyohara%kk.iij4u.or.jp@localhost .
+NCQ support was added by
+.An Jaromir Dolecek Aq Mt jdolecek%NetBSD.org@localhost .
.Sh BUGS
.Bl -tag -width Ds -compact
-.It SATA Native Command Queuing is not yet supported .
+.It NCQ is not enabled on Gen II controllers yet .
.It Device hot swapping is not yet supported .
-.It ATAPI is not yet tested .
.It Marvell's Software RAID is not yet supported by the
.Xr ataraid 4
driver.
diff -r 11c7986e06fe -r 0dfbda57cad5 share/man/man4/siisata.4
--- a/share/man/man4/siisata.4 Sat Oct 07 17:15:44 2017 +0000
+++ b/share/man/man4/siisata.4 Sat Oct 07 17:35:48 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: siisata.4,v 1.6 2017/06/17 20:40:59 jdolecek Exp $
+.\" $NetBSD: siisata.4,v 1.7 2017/10/07 17:35:48 jdolecek Exp $
.\"
.\" Copyright (c) 2007, 2008 Jonathan A. Kollasch. All rights reserved.
.\"
@@ -22,7 +22,7 @@
.\" 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 June 17, 2017
+.Dd October 7, 2017
.Dt SIISATA 4
.Os
.Sh NAME
@@ -62,14 +62,18 @@
.Nm
driver first appeared in
.Nx 5.0 .
+NCQ support was added in
+.Nx
+on October 7, 2017 .
.Sh AUTHORS
The
.Nm
driver was written by
.An Jonathan A. Kollasch Aq Mt jakllsch%kollasch.net@localhost .
+NCQ support was added by him, and
+.An Jaromir Dolecek Aq Mt jdolecek%NetBSD.org@localhost .
.Sh BUGS
.Bl -tag -width Ds -compact
-.It SATA Native Command Queuing is not yet supported .
.It Device hot swapping is not yet supported .
.It Silicon Image's Software RAID is not yet supported by the
.Xr ataraid 4
Home |
Main Index |
Thread Index |
Old Index