Module Name: src
Committed By: matt
Date: Wed Oct 17 23:40:42 UTC 2012
Modified Files:
src/sys/dev/ic: ahcisatareg.h
Log Message:
Fix an errant define.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/ahcisatareg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/ahcisatareg.h
diff -u src/sys/dev/ic/ahcisatareg.h:1.11 src/sys/dev/ic/ahcisatareg.h:1.12
--- src/sys/dev/ic/ahcisatareg.h:1.11 Wed Nov 2 16:54:50 2011
+++ src/sys/dev/ic/ahcisatareg.h Wed Oct 17 23:40:42 2012
@@ -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 @@ struct ahci_r_fis {
#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 */