Module Name: src
Committed By: bouyer
Date: Mon Aug 13 19:42:50 UTC 2012
Modified Files:
src/sys/dev/ic: ahcisatavar.h
Log Message:
Give AHCI_QUIRK_BADPMPRESET its own bit. Pointed out by Chuck Silvers, thanks !
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/ahcisatavar.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/ahcisatavar.h
diff -u src/sys/dev/ic/ahcisatavar.h:1.11 src/sys/dev/ic/ahcisatavar.h:1.12
--- src/sys/dev/ic/ahcisatavar.h:1.11 Fri Aug 10 16:35:00 2012
+++ src/sys/dev/ic/ahcisatavar.h Mon Aug 13 19:42:50 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: ahcisatavar.h,v 1.11 2012/08/10 16:35:00 bouyer Exp $ */
+/* $NetBSD: ahcisatavar.h,v 1.12 2012/08/13 19:42:50 bouyer Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -58,7 +58,7 @@ struct ahci_softc {
#define AHCI_PCI_QUIRK_FORCE __BIT(0) /* force attach */
#define AHCI_PCI_QUIRK_BAD64 __BIT(1) /* broken 64-bit DMA */
#define AHCI_QUIRK_BADPMP __BIT(2) /* broken PMP support, ignore */
-#define AHCI_QUIRK_BADPMPRESET __BIT(2) /* broken PMP support for reset */
+#define AHCI_QUIRK_BADPMPRESET __BIT(3) /* broken PMP support for reset */
int32_t sc_ahci_cap; /* copy of AHCI_CAP */
int sc_ncmds; /* number of command slots */