Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ata SATA_SIGNAL_GEN3 definition for Serial ATA capab...
details: https://anonhg.NetBSD.org/src/rev/08fbd6de1699
branches: trunk
changeset: 770597:08fbd6de1699
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Mon Oct 24 20:52:34 2011 +0000
description:
SATA_SIGNAL_GEN3 definition for Serial ATA capabilities word in
IDENTIFY DEVICE structure.
diffstat:
sys/dev/ata/atareg.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ebd5b9ae6235 -r 08fbd6de1699 sys/dev/ata/atareg.h
--- a/sys/dev/ata/atareg.h Mon Oct 24 19:15:42 2011 +0000
+++ b/sys/dev/ata/atareg.h Mon Oct 24 20:52:34 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atareg.h,v 1.39 2011/10/24 16:09:58 jakllsch Exp $ */
+/* $NetBSD: atareg.h,v 1.40 2011/10/24 20:52:34 jakllsch Exp $ */
/*
* Copyright (c) 1998, 2001 Manuel Bouyer.
@@ -367,6 +367,7 @@
uint16_t atap_sata_caps; /* 76: */
#define SATA_SIGNAL_GEN1 0x02
#define SATA_SIGNAL_GEN2 0x04
+#define SATA_SIGNAL_GEN3 0x08
#define SATA_NATIVE_CMDQ 0x0100
#define SATA_HOST_PWR_MGMT 0x0200
#define SATA_PHY_EVNT_CNT 0x0400
Home |
Main Index |
Thread Index |
Old Index