Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/ic/ahcisatavar.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/ic/ahcisatavar.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.18.4.1 retrieving revision 1.18.4.2 diff -u -p -r1.18.4.1 -r1.18.4.2 --- src/sys/dev/ic/ahcisatavar.h 2019/06/10 22:07:10 1.18.4.1 +++ src/sys/dev/ic/ahcisatavar.h 2020/04/08 14:08:05 1.18.4.2 @@ -1,4 +1,4 @@ -/* $NetBSD: ahcisatavar.h,v 1.18.4.1 2019/06/10 22:07:10 christos Exp $ */ +/* $NetBSD: ahcisatavar.h,v 1.18.4.2 2020/04/08 14:08:05 martin Exp $ */ /* * Copyright (c) 2006 Manuel Bouyer. @@ -59,6 +59,7 @@ struct ahci_softc { #define AHCI_PCI_QUIRK_BAD64 __BIT(1) /* broken 64-bit DMA */ #define AHCI_QUIRK_BADPMP __BIT(2) /* broken PMP support, ignore */ #define AHCI_QUIRK_SKIP_RESET __BIT(4) /* skip drive reset sequence */ +#define AHCI_QUIRK_BADNCQ __BIT(5) /* possibly broken NCQ support, ignore */ uint32_t sc_ahci_cap; /* copy of AHCI_CAP */ int sc_ncmds; /* number of command slots */