Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Fix an errant define.
details: https://anonhg.NetBSD.org/src/rev/0e1e318031e9
branches: trunk
changeset: 782139:0e1e318031e9
user: matt <matt%NetBSD.org@localhost>
date: Wed Oct 17 23:40:42 2012 +0000
description:
Fix an errant define.
diffstat:
sys/dev/ic/ahcisatareg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9a7a75970949 -r 0e1e318031e9 sys/dev/ic/ahcisatareg.h
--- a/sys/dev/ic/ahcisatareg.h Wed Oct 17 21:35:38 2012 +0000
+++ b/sys/dev/ic/ahcisatareg.h Wed Oct 17 23:40:42 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ahcisatareg.h,v 1.11 2011/11/02 16:54:50 jakllsch Exp $ */
+/* $NetBSD: ahcisatareg.h,v 1.12 2012/10/17 23:40:42 matt Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -256,7 +256,7 @@
#define AHCI_P_SIG_LBAL_MASK 0x0000ff00
#define AHCI_P_SIG_LBAL_SHIFT 8
#define AHCI_P_SIG_SC_MASK 0x000000ff
-#define AHCI_P_SIG_SC_SHIFT 8
+#define AHCI_P_SIG_SC_SHIFT 0
#define AHCI_P_SSTS(p) (0x128 + AHCI_P_OFFSET(p)) /* Serial ATA status */
Home |
Main Index |
Thread Index |
Old Index