Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/atactl Decode 6Gbps signaling SATA capability in IDENTI...



details:   https://anonhg.NetBSD.org/src/rev/003ea70233c7
branches:  trunk
changeset: 784743:003ea70233c7
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Fri Feb 08 03:58:36 2013 +0000

description:
Decode 6Gbps signaling SATA capability in IDENTIFY DEVICE data.

diffstat:

 sbin/atactl/atactl.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6f7c3a637e96 -r 003ea70233c7 sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c      Fri Feb 08 03:05:43 2013 +0000
+++ b/sbin/atactl/atactl.c      Fri Feb 08 03:58:36 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atactl.c,v 1.68 2013/01/09 21:58:23 riastradh Exp $    */
+/*     $NetBSD: atactl.c,v 1.69 2013/02/08 03:58:36 jakllsch Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: atactl.c,v 1.68 2013/01/09 21:58:23 riastradh Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.69 2013/02/08 03:58:36 jakllsch Exp $");
 #endif
 
 
@@ -239,6 +239,7 @@
 static const struct bitinfo ata_sata_caps[] = {
        { SATA_SIGNAL_GEN1, "1.5Gb/s signaling" },
        { SATA_SIGNAL_GEN2, "3.0Gb/s signaling" },
+       { SATA_SIGNAL_GEN3, "6.0Gb/s signaling" },
        { SATA_NATIVE_CMDQ, "Native Command Queuing" },
        { SATA_HOST_PWR_MGMT, "Host-Initiated Interface Power Management" },
        { SATA_PHY_EVNT_CNT, "PHY Event Counters" },



Home | Main Index | Thread Index | Old Index