Source-Changes-HG archive

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

[src/netbsd-6]: src/sbin/atactl Pull up following revision(s) (requested by j...



details:   https://anonhg.NetBSD.org/src/rev/c1060ff432fb
branches:  netbsd-6
changeset: 775712:c1060ff432fb
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Feb 18 19:06:10 2013 +0000

description:
Pull up following revision(s) (requested by jakllsch in ticket #830):
        sbin/atactl/atactl.c: revision 1.69
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 ecd78823d81c -r c1060ff432fb sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c      Mon Feb 18 18:26:51 2013 +0000
+++ b/sbin/atactl/atactl.c      Mon Feb 18 19:06:10 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atactl.c,v 1.66 2011/10/31 15:26:11 jakllsch Exp $     */
+/*     $NetBSD: atactl.c,v 1.66.4.1 2013/02/18 19:06:10 riz Exp $      */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: atactl.c,v 1.66 2011/10/31 15:26:11 jakllsch Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.66.4.1 2013/02/18 19:06:10 riz Exp $");
 #endif
 
 
@@ -235,6 +235,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